Shades of Deco #CCDC81
Tints of Deco #CCDC81
RGB
CMYK
RGB Variations
Color information
#CCDC81 (or 0xCCDC81) is known color: Deco. HEX triplet: CC, DC and 81. RGB value is (204,220,129). Sum of RGB (Red+Green+Blue) = 204+220+129=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC81 is #33237E. Grayscale: #CDCDCD. Windows color (decimal): -3351423 or 8510668. OLE color: 8510668.
HSL color Cylindrical-coordinate representation of color #CCDC81: hue angle of 70.55º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCDC81 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 129 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.14 |
| HSL | 70.55º | 0.57% | 0.68% | - |
| HSV(B) | 70.55º | 0.41% | 0.86% | - |
| XYZ | 54.46 | 65.61 | 30.56 | - |
| YUV | 204.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 129 | 0.07 | 0 | 0.41 | 0.14 | 70.55 | 0.57 | 0.68 |
| Hex | CC | DC | 81 | 7 | 0 | 29 | E | 47 | 39 | 44 |
| Octal | 314 | 334 | 201 | 7 | 0 | 51 | 16 | 107 | 71 | 104 |
| Binary | 11001100 | 11011100 | 10000001 | 111 | 0 | 101001 | 1110 | 1000111 | 111001 | 1000100 |
Color Harmonies of #CCDC81
Complementary color
Monochromatic Colors of #CCDC81
Black with #CCDC81
Text Example
Text Example
White with #CCDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC81; }
p { color: rgb(204,220,129); }
H1.HeaderClassName
{
color: #CCDC81;
}
.AnyTagClassName
{
color: #CCDC81;
}
</style>
background-color css
<style>
a { background-color: #CCDC81; }
a { background-color: rgb(204,220,129); }
div.DivClassName
{
background-color: #CCDC81;
}
.BgClassName
{
background-color: #CCDC81;
}
</style>
border-color css
<style>
span { border-color: #CCDC81; }
span { border-color: rgb(204,220,129); }
td.TdClassName
{
border-color: #CCDC81;
}
.TagClassName
{
border-color: #CCDC81;
}
</style>