Shades of Deco #CDCC73
Tints of Deco #CDCC73
RGB
CMYK
RGB Variations
Color information
#CDCC73 (or 0xCDCC73) is known color: Deco. HEX triplet: CD, CC and 73. RGB value is (205,204,115). Sum of RGB (Red+Green+Blue) = 205+204+115=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC73 is #32338C. Grayscale: #C2C2C2. Windows color (decimal): -3289997 or 7589069. OLE color: 7589069.
HSL color Cylindrical-coordinate representation of color #CDCC73: 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.44%. Process color model (Four color, CMYK) of #CDCC73 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 115 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.20 |
| HSL | 59.33º | 0.47% | 0.63% | - |
| HSV(B) | 59.33º | 0.44% | 0.8% | - |
| XYZ | 49.86 | 57.4 | 24.67 | - |
| YUV | 194.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 115 | 0 | 0.00 | 0.44 | 0.20 | 59.33 | 0.47 | 0.63 |
| Hex | CD | CC | 73 | 0 | 0 | 2C | 14 | 3B | 2F | 3F |
| Octal | 315 | 314 | 163 | 0 | 0 | 54 | 24 | 73 | 57 | 77 |
| Binary | 11001101 | 11001100 | 1110011 | 0 | 0 | 101100 | 10100 | 111011 | 101111 | 111111 |
Color Harmonies of #CDCC73
Complementary color
Monochromatic Colors of #CDCC73
Black with #CDCC73
Text Example
Text Example
White with #CDCC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC73; }
p { color: rgb(205,204,115); }
H1.HeaderClassName
{
color: #CDCC73;
}
.AnyTagClassName
{
color: #CDCC73;
}
</style>
background-color css
<style>
a { background-color: #CDCC73; }
a { background-color: rgb(205,204,115); }
div.DivClassName
{
background-color: #CDCC73;
}
.BgClassName
{
background-color: #CDCC73;
}
</style>
border-color css
<style>
span { border-color: #CDCC73; }
span { border-color: rgb(205,204,115); }
td.TdClassName
{
border-color: #CDCC73;
}
.TagClassName
{
border-color: #CDCC73;
}
</style>