Shades of Deco #CDC87D
Tints of Deco #CDC87D
RGB
CMYK
RGB Variations
Color information
#CDC87D (or 0xCDC87D) is known color: Deco. HEX triplet: CD, C8 and 7D. RGB value is (205,200,125). Sum of RGB (Red+Green+Blue) = 205+200+125=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC87D is #323782. Grayscale: #C1C1C1. Windows color (decimal): -3291011 or 8243405. OLE color: 8243405.
HSL color Cylindrical-coordinate representation of color #CDC87D: hue angle of 56.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDC87D is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 125 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.20 |
| HSL | 56.25º | 0.44% | 0.65% | - |
| HSV(B) | 56.25º | 0.39% | 0.8% | - |
| XYZ | 49.53 | 55.77 | 27.56 | - |
| YUV | 192.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 125 | 0 | 0.02 | 0.39 | 0.20 | 56.25 | 0.44 | 0.65 |
| Hex | CD | C8 | 7D | 0 | 2 | 27 | 14 | 38 | 2C | 41 |
| Octal | 315 | 310 | 175 | 0 | 2 | 47 | 24 | 70 | 54 | 101 |
| Binary | 11001101 | 11001000 | 1111101 | 0 | 10 | 100111 | 10100 | 111000 | 101100 | 1000001 |
Color Harmonies of #CDC87D
Complementary color
Monochromatic Colors of #CDC87D
Black with #CDC87D
Text Example
Text Example
White with #CDC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC87D; }
p { color: rgb(205,200,125); }
H1.HeaderClassName
{
color: #CDC87D;
}
.AnyTagClassName
{
color: #CDC87D;
}
</style>
background-color css
<style>
a { background-color: #CDC87D; }
a { background-color: rgb(205,200,125); }
div.DivClassName
{
background-color: #CDC87D;
}
.BgClassName
{
background-color: #CDC87D;
}
</style>
border-color css
<style>
span { border-color: #CDC87D; }
span { border-color: rgb(205,200,125); }
td.TdClassName
{
border-color: #CDC87D;
}
.TagClassName
{
border-color: #CDC87D;
}
</style>