Color spaces of #cdb949
RGB | 205 | 185 | 73 |
---|---|---|---|
HSL | 0.14 | 0.57 | 0.55 |
HSV | 51° | 64° | 80° |
CMYK | 0.00 | 0.10 | 0.64 0.20 |
XYZ | 43.7284 | 48.1581 | 13.2940 |
Yxy | 48.1581 | 0.4157 | 0.4579 |
Hunter Lab | 69.3960 | -8.9652 | 37.2192 |
CIE-Lab | 74.9245 | -5.9240 | 57.5474 |
#cdb949 color RGB value is (205,185,73).
#cdb949 hex color red value is 205, green value is 185 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cdb949 hue: 0.14 , saturation: 0.57 and the lightness value of cdb949 is 0.55.
The process color (four color CMYK) of #cdb949 color hex is 0.00, 0.10, 0.64, 0.20. Web safe color of #cdb949 is #cccc33. Color #cdb949 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111001 | 01001001 |
Octal | 315 | 271 | 111 |
Decimal | 205 | 185 | 73 |
Hex | CD | B9 | 49 |
Shades of #cdb949
Tints of #cdb949
RGB Percentages of Color #cdb949
CMYK Percentages of Color #cdb949
Complementary Color
#cdb949 | #495dcd |
#cdb949 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb949 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb949 Color CSS Codes
.mybgcolor {background-color:#cdb949; } .myforecolor {color:#cdb949; } .mybordercolor {border:3px solid #cdb949; }
#cdb949 Text Font Color
<p style="color:#cdb949">Text here</p>
This sample text font color is #cdb949
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.
#cdb949 Background Color
<div style="background-color:#cdb949">
Div content here</div>
This div background color is #cdb949
#cdb949 Border Color
<div style="border:3px solid #cdb949">
Div here</div>
This div border color is #cdb949
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,185,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb949; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb949; -webkit-box-shadow: 1px 1px 3px 2px #cdb949; box-shadow: 1px 1px 3px 2px #cdb949; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,185,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb949">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb949; -webkit-box-shadow: 1px 1px 3px 2px #cdb949; box-shadow: 1px 1px 3px 2px #cdb949;">
Div content here</div>
This div box has shadow with color #cdb949
Comments
No comments written yet.
Please login to write comment.