Shades of Deco #CDCC8F
Tints of Deco #CDCC8F
RGB
CMYK
RGB Variations
Color information
#CDCC8F (or 0xCDCC8F) is known color: Deco. HEX triplet: CD, CC and 8F. RGB value is (205,204,143). Sum of RGB (Red+Green+Blue) = 205+204+143=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC8F is #323370. Grayscale: #C5C5C5. Windows color (decimal): -3289969 or 9424077. OLE color: 9424077.
HSL color Cylindrical-coordinate representation of color #CDCC8F: hue angle of 59.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDCC8F is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 143 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.20 |
| HSL | 59.03º | 0.38% | 0.68% | - |
| HSV(B) | 59.03º | 0.3% | 0.8% | - |
| XYZ | 51.73 | 58.15 | 34.48 | - |
| YUV | 197.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 143 | 0 | 0.00 | 0.30 | 0.20 | 59.03 | 0.38 | 0.68 |
| Hex | CD | CC | 8F | 0 | 0 | 1E | 14 | 3B | 26 | 44 |
| Octal | 315 | 314 | 217 | 0 | 0 | 36 | 24 | 73 | 46 | 104 |
| Binary | 11001101 | 11001100 | 10001111 | 0 | 0 | 11110 | 10100 | 111011 | 100110 | 1000100 |
Color Harmonies of #CDCC8F
Complementary color
Monochromatic Colors of #CDCC8F
Black with #CDCC8F
Text Example
Text Example
White with #CDCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC8F; }
p { color: rgb(205,204,143); }
H1.HeaderClassName
{
color: #CDCC8F;
}
.AnyTagClassName
{
color: #CDCC8F;
}
</style>
background-color css
<style>
a { background-color: #CDCC8F; }
a { background-color: rgb(205,204,143); }
div.DivClassName
{
background-color: #CDCC8F;
}
.BgClassName
{
background-color: #CDCC8F;
}
</style>
border-color css
<style>
span { border-color: #CDCC8F; }
span { border-color: rgb(205,204,143); }
td.TdClassName
{
border-color: #CDCC8F;
}
.TagClassName
{
border-color: #CDCC8F;
}
</style>