Shades of Deco #CCD597
Tints of Deco #CCD597
RGB
CMYK
RGB Variations
Color information
#CCD597 (or 0xCCD597) is known color: Deco. HEX triplet: CC, D5 and 97. RGB value is (204,213,151). Sum of RGB (Red+Green+Blue) = 204+213+151=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD597 is #332A68. Grayscale: #CBCBCB. Windows color (decimal): -3353193 or 9950668. OLE color: 9950668.
HSL color Cylindrical-coordinate representation of color #CCD597: hue angle of 68.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD597 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 151 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.16 |
| HSL | 68.71º | 0.42% | 0.71% | - |
| HSV(B) | 68.71º | 0.29% | 0.84% | - |
| XYZ | 54.28 | 62.66 | 38.51 | - |
| YUV | 203.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 151 | 0.04 | 0 | 0.29 | 0.16 | 68.71 | 0.42 | 0.71 |
| Hex | CC | D5 | 97 | 4 | 0 | 1D | 10 | 45 | 2A | 47 |
| Octal | 314 | 325 | 227 | 4 | 0 | 35 | 20 | 105 | 52 | 107 |
| Binary | 11001100 | 11010101 | 10010111 | 100 | 0 | 11101 | 10000 | 1000101 | 101010 | 1000111 |
Color Harmonies of #CCD597
Complementary color
Monochromatic Colors of #CCD597
Black with #CCD597
Text Example
Text Example
White with #CCD597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD597; }
p { color: rgb(204,213,151); }
H1.HeaderClassName
{
color: #CCD597;
}
.AnyTagClassName
{
color: #CCD597;
}
</style>
background-color css
<style>
a { background-color: #CCD597; }
a { background-color: rgb(204,213,151); }
div.DivClassName
{
background-color: #CCD597;
}
.BgClassName
{
background-color: #CCD597;
}
</style>
border-color css
<style>
span { border-color: #CCD597; }
span { border-color: rgb(204,213,151); }
td.TdClassName
{
border-color: #CCD597;
}
.TagClassName
{
border-color: #CCD597;
}
</style>