Color spaces of #cda65d
RGB | 205 | 166 | 93 |
---|---|---|---|
HSL | 0.11 | 0.53 | 0.58 |
HSV | 39° | 55° | 80° |
CMYK | 0.00 | 0.19 | 0.55 0.20 |
XYZ | 40.7888 | 41.0419 | 16.1280 |
Yxy | 41.0419 | 0.4164 | 0.4190 |
Hunter Lab | 64.0640 | 1.5370 | 29.9186 |
CIE-Lab | 70.2053 | 5.5669 | 42.8092 |
#cda65d color RGB value is (205,166,93).
#cda65d hex color red value is 205, green value is 166 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cda65d hue: 0.11 , saturation: 0.53 and the lightness value of cda65d is 0.58.
The process color (four color CMYK) of #cda65d color hex is 0.00, 0.19, 0.55, 0.20. Web safe color of #cda65d is #cc9966. Color #cda65d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10100110 | 01011101 |
Octal | 315 | 246 | 135 |
Decimal | 205 | 166 | 93 |
Hex | CD | A6 | 5D |
Shades of #cda65d
Tints of #cda65d
RGB Percentages of Color #cda65d
CMYK Percentages of Color #cda65d
Complementary Color
#cda65d | #5d84cd |
#cda65d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda65d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda65d Color CSS Codes
.mybgcolor {background-color:#cda65d; } .myforecolor {color:#cda65d; } .mybordercolor {border:3px solid #cda65d; }
#cda65d Text Font Color
<p style="color:#cda65d">Text here</p>
This sample text font color is #cda65d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cda65d Background Color
<div style="background-color:#cda65d">
Div content here</div>
This div background color is #cda65d
#cda65d Border Color
<div style="border:3px solid #cda65d">
Div here</div>
This div border color is #cda65d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,166,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda65d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda65d; -webkit-box-shadow: 1px 1px 3px 2px #cda65d; box-shadow: 1px 1px 3px 2px #cda65d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,166,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cda65d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda65d; -webkit-box-shadow: 1px 1px 3px 2px #cda65d; box-shadow: 1px 1px 3px 2px #cda65d;">
Div content here</div>
This div box has shadow with color #cda65d
Comments
No comments written yet.
Please login to write comment.