Shades of Deco #CDCC74
Tints of Deco #CDCC74
RGB
CMYK
RGB Variations
Color information
#CDCC74 (or 0xCDCC74) is known color: Deco. HEX triplet: CD, CC and 74. RGB value is (205,204,116). Sum of RGB (Red+Green+Blue) = 205+204+116=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC74 is #32338B. Grayscale: #C2C2C2. Windows color (decimal): -3289996 or 7654605. OLE color: 7654605.
HSL color Cylindrical-coordinate representation of color #CDCC74: hue angle of 59.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDCC74 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 116 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.20 |
| HSL | 59.33º | 0.47% | 0.63% | - |
| HSV(B) | 59.33º | 0.43% | 0.8% | - |
| XYZ | 49.92 | 57.43 | 24.98 | - |
| YUV | 194.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 116 | 0 | 0.00 | 0.43 | 0.20 | 59.33 | 0.47 | 0.63 |
| Hex | CD | CC | 74 | 0 | 0 | 2B | 14 | 3B | 2F | 3F |
| Octal | 315 | 314 | 164 | 0 | 0 | 53 | 24 | 73 | 57 | 77 |
| Binary | 11001101 | 11001100 | 1110100 | 0 | 0 | 101011 | 10100 | 111011 | 101111 | 111111 |
Color Harmonies of #CDCC74
Complementary color
Monochromatic Colors of #CDCC74
Black with #CDCC74
Text Example
Text Example
White with #CDCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC74; }
p { color: rgb(205,204,116); }
H1.HeaderClassName
{
color: #CDCC74;
}
.AnyTagClassName
{
color: #CDCC74;
}
</style>
background-color css
<style>
a { background-color: #CDCC74; }
a { background-color: rgb(205,204,116); }
div.DivClassName
{
background-color: #CDCC74;
}
.BgClassName
{
background-color: #CDCC74;
}
</style>
border-color css
<style>
span { border-color: #CDCC74; }
span { border-color: rgb(205,204,116); }
td.TdClassName
{
border-color: #CDCC74;
}
.TagClassName
{
border-color: #CDCC74;
}
</style>