Color spaces of #cdb76b
RGB | 205 | 183 | 107 |
---|---|---|---|
HSL | 0.13 | 0.49 | 0.61 |
HSV | 47° | 48° | 80° |
CMYK | 0.00 | 0.11 | 0.48 0.20 |
XYZ | 44.7642 | 47.9076 | 20.7977 |
Yxy | 47.9076 | 0.3945 | 0.4222 |
Hunter Lab | 69.2153 | -5.6840 | 30.6354 |
CIE-Lab | 74.7666 | -2.2194 | 41.3129 |
#cdb76b color RGB value is (205,183,107).
#cdb76b hex color red value is 205, green value is 183 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cdb76b hue: 0.13 , saturation: 0.49 and the lightness value of cdb76b is 0.61.
The process color (four color CMYK) of #cdb76b color hex is 0.00, 0.11, 0.48, 0.20. Web safe color of #cdb76b is #cccc66. Color #cdb76b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10110111 | 01101011 |
Octal | 315 | 267 | 153 |
Decimal | 205 | 183 | 107 |
Hex | CD | B7 | 6B |
Shades of #cdb76b
Tints of #cdb76b
RGB Percentages of Color #cdb76b
CMYK Percentages of Color #cdb76b
Complementary Color
#cdb76b | #6b81cd |
#cdb76b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb76b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb76b Color CSS Codes
.mybgcolor {background-color:#cdb76b; } .myforecolor {color:#cdb76b; } .mybordercolor {border:3px solid #cdb76b; }
#cdb76b Text Font Color
<p style="color:#cdb76b">Text here</p>
This sample text font color is #cdb76b
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.
#cdb76b Background Color
<div style="background-color:#cdb76b">
Div content here</div>
This div background color is #cdb76b
#cdb76b Border Color
<div style="border:3px solid #cdb76b">
Div here</div>
This div border color is #cdb76b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,183,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb76b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb76b; -webkit-box-shadow: 1px 1px 3px 2px #cdb76b; box-shadow: 1px 1px 3px 2px #cdb76b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,183,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb76b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb76b; -webkit-box-shadow: 1px 1px 3px 2px #cdb76b; box-shadow: 1px 1px 3px 2px #cdb76b;">
Div content here</div>
This div box has shadow with color #cdb76b
#cdb76b Color Palettes
Comments
No comments written yet.
Please login to write comment.