Shades of Deco #CCD394
Tints of Deco #CCD394
RGB
CMYK
RGB Variations
Color information
#CCD394 (or 0xCCD394) is known color: Deco. HEX triplet: CC, D3 and 94. RGB value is (204,211,148). Sum of RGB (Red+Green+Blue) = 204+211+148=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD394 is #332C6B. Grayscale: #C9C9C9. Windows color (decimal): -3353708 or 9753548. OLE color: 9753548.
HSL color Cylindrical-coordinate representation of color #CCD394: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD394 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 148 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.17 |
| HSL | 66.67º | 0.42% | 0.7% | - |
| HSV(B) | 66.67º | 0.3% | 0.83% | - |
| XYZ | 53.54 | 61.56 | 37.08 | - |
| YUV | 201.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 148 | 0.03 | 0 | 0.30 | 0.17 | 66.67 | 0.42 | 0.7 |
| Hex | CC | D3 | 94 | 3 | 0 | 1E | 11 | 43 | 2A | 46 |
| Octal | 314 | 323 | 224 | 3 | 0 | 36 | 21 | 103 | 52 | 106 |
| Binary | 11001100 | 11010011 | 10010100 | 11 | 0 | 11110 | 10001 | 1000011 | 101010 | 1000110 |
Color Harmonies of #CCD394
Complementary color
Monochromatic Colors of #CCD394
Black with #CCD394
Text Example
Text Example
White with #CCD394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD394; }
p { color: rgb(204,211,148); }
H1.HeaderClassName
{
color: #CCD394;
}
.AnyTagClassName
{
color: #CCD394;
}
</style>
background-color css
<style>
a { background-color: #CCD394; }
a { background-color: rgb(204,211,148); }
div.DivClassName
{
background-color: #CCD394;
}
.BgClassName
{
background-color: #CCD394;
}
</style>
border-color css
<style>
span { border-color: #CCD394; }
span { border-color: rgb(204,211,148); }
td.TdClassName
{
border-color: #CCD394;
}
.TagClassName
{
border-color: #CCD394;
}
</style>