Shades of Deco #CCDC8A
Tints of Deco #CCDC8A
RGB
CMYK
RGB Variations
Color information
#CCDC8A (or 0xCCDC8A) is known color: Deco. HEX triplet: CC, DC and 8A. RGB value is (204,220,138). Sum of RGB (Red+Green+Blue) = 204+220+138=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC8A is #332375. Grayscale: #CECECE. Windows color (decimal): -3351414 or 9100492. OLE color: 9100492.
HSL color Cylindrical-coordinate representation of color #CCDC8A: hue angle of 71.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCDC8A is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 138 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.14 |
| HSL | 71.71º | 0.54% | 0.7% | - |
| HSV(B) | 71.71º | 0.37% | 0.86% | - |
| XYZ | 55.08 | 65.86 | 33.85 | - |
| YUV | 205.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 138 | 0.07 | 0 | 0.37 | 0.14 | 71.71 | 0.54 | 0.7 |
| Hex | CC | DC | 8A | 7 | 0 | 25 | E | 48 | 36 | 46 |
| Octal | 314 | 334 | 212 | 7 | 0 | 45 | 16 | 110 | 66 | 106 |
| Binary | 11001100 | 11011100 | 10001010 | 111 | 0 | 100101 | 1110 | 1001000 | 110110 | 1000110 |
Color Harmonies of #CCDC8A
Complementary color
Monochromatic Colors of #CCDC8A
Black with #CCDC8A
Text Example
Text Example
White with #CCDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC8A; }
p { color: rgb(204,220,138); }
H1.HeaderClassName
{
color: #CCDC8A;
}
.AnyTagClassName
{
color: #CCDC8A;
}
</style>
background-color css
<style>
a { background-color: #CCDC8A; }
a { background-color: rgb(204,220,138); }
div.DivClassName
{
background-color: #CCDC8A;
}
.BgClassName
{
background-color: #CCDC8A;
}
</style>
border-color css
<style>
span { border-color: #CCDC8A; }
span { border-color: rgb(204,220,138); }
td.TdClassName
{
border-color: #CCDC8A;
}
.TagClassName
{
border-color: #CCDC8A;
}
</style>