Shades of Deco #CCD396
Tints of Deco #CCD396
RGB
CMYK
RGB Variations
Color information
#CCD396 (or 0xCCD396) is known color: Deco. HEX triplet: CC, D3 and 96. RGB value is (204,211,150). Sum of RGB (Red+Green+Blue) = 204+211+150=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD396 is #332C69. Grayscale: #CACACA. Windows color (decimal): -3353706 or 9884620. OLE color: 9884620.
HSL color Cylindrical-coordinate representation of color #CCD396: hue angle of 66.89º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD396 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 150 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.17 |
| HSL | 66.89º | 0.41% | 0.71% | - |
| HSV(B) | 66.89º | 0.29% | 0.83% | - |
| XYZ | 53.7 | 61.63 | 37.92 | - |
| YUV | 201.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 150 | 0.03 | 0 | 0.29 | 0.17 | 66.89 | 0.41 | 0.71 |
| Hex | CC | D3 | 96 | 3 | 0 | 1D | 11 | 43 | 29 | 47 |
| Octal | 314 | 323 | 226 | 3 | 0 | 35 | 21 | 103 | 51 | 107 |
| Binary | 11001100 | 11010011 | 10010110 | 11 | 0 | 11101 | 10001 | 1000011 | 101001 | 1000111 |
Color Harmonies of #CCD396
Complementary color
Monochromatic Colors of #CCD396
Black with #CCD396
Text Example
Text Example
White with #CCD396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD396; }
p { color: rgb(204,211,150); }
H1.HeaderClassName
{
color: #CCD396;
}
.AnyTagClassName
{
color: #CCD396;
}
</style>
background-color css
<style>
a { background-color: #CCD396; }
a { background-color: rgb(204,211,150); }
div.DivClassName
{
background-color: #CCD396;
}
.BgClassName
{
background-color: #CCD396;
}
</style>
border-color css
<style>
span { border-color: #CCD396; }
span { border-color: rgb(204,211,150); }
td.TdClassName
{
border-color: #CCD396;
}
.TagClassName
{
border-color: #CCD396;
}
</style>