Shades of Deco #CDCC7D
Tints of Deco #CDCC7D
RGB
CMYK
RGB Variations
Color information
#CDCC7D (or 0xCDCC7D) is known color: Deco. HEX triplet: CD, CC and 7D. RGB value is (205,204,125). Sum of RGB (Red+Green+Blue) = 205+204+125=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC7D is #323382. Grayscale: #C3C3C3. Windows color (decimal): -3289987 or 8244429. OLE color: 8244429.
HSL color Cylindrical-coordinate representation of color #CDCC7D: hue angle of 59.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 #CDCC7D is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 125 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.20 |
| HSL | 59.25º | 0.44% | 0.65% | - |
| HSV(B) | 59.25º | 0.39% | 0.8% | - |
| XYZ | 50.47 | 57.65 | 27.87 | - |
| YUV | 195.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 125 | 0 | 0.00 | 0.39 | 0.20 | 59.25 | 0.44 | 0.65 |
| Hex | CD | CC | 7D | 0 | 0 | 27 | 14 | 3B | 2C | 41 |
| Octal | 315 | 314 | 175 | 0 | 0 | 47 | 24 | 73 | 54 | 101 |
| Binary | 11001101 | 11001100 | 1111101 | 0 | 0 | 100111 | 10100 | 111011 | 101100 | 1000001 |
Color Harmonies of #CDCC7D
Complementary color
Monochromatic Colors of #CDCC7D
Black with #CDCC7D
Text Example
Text Example
White with #CDCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC7D; }
p { color: rgb(205,204,125); }
H1.HeaderClassName
{
color: #CDCC7D;
}
.AnyTagClassName
{
color: #CDCC7D;
}
</style>
background-color css
<style>
a { background-color: #CDCC7D; }
a { background-color: rgb(205,204,125); }
div.DivClassName
{
background-color: #CDCC7D;
}
.BgClassName
{
background-color: #CDCC7D;
}
</style>
border-color css
<style>
span { border-color: #CDCC7D; }
span { border-color: rgb(205,204,125); }
td.TdClassName
{
border-color: #CDCC7D;
}
.TagClassName
{
border-color: #CDCC7D;
}
</style>