Shades of Deco #CCD281
Tints of Deco #CCD281
RGB
CMYK
RGB Variations
Color information
#CCD281 (or 0xCCD281) is known color: Deco. HEX triplet: CC, D2 and 81. RGB value is (204,210,129). Sum of RGB (Red+Green+Blue) = 204+210+129=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD281 is #332D7E. Grayscale: #C7C7C7. Windows color (decimal): -3353983 or 8508108. OLE color: 8508108.
HSL color Cylindrical-coordinate representation of color #CCD281: hue angle of 64.44º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD281 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 129 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.18 |
| HSL | 64.44º | 0.47% | 0.66% | - |
| HSV(B) | 64.44º | 0.39% | 0.82% | - |
| XYZ | 51.91 | 60.52 | 29.71 | - |
| YUV | 198.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 129 | 0.03 | 0 | 0.39 | 0.18 | 64.44 | 0.47 | 0.66 |
| Hex | CC | D2 | 81 | 3 | 0 | 27 | 12 | 40 | 2F | 42 |
| Octal | 314 | 322 | 201 | 3 | 0 | 47 | 22 | 100 | 57 | 102 |
| Binary | 11001100 | 11010010 | 10000001 | 11 | 0 | 100111 | 10010 | 1000000 | 101111 | 1000010 |
Color Harmonies of #CCD281
Complementary color
Monochromatic Colors of #CCD281
Black with #CCD281
Text Example
Text Example
White with #CCD281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD281; }
p { color: rgb(204,210,129); }
H1.HeaderClassName
{
color: #CCD281;
}
.AnyTagClassName
{
color: #CCD281;
}
</style>
background-color css
<style>
a { background-color: #CCD281; }
a { background-color: rgb(204,210,129); }
div.DivClassName
{
background-color: #CCD281;
}
.BgClassName
{
background-color: #CCD281;
}
</style>
border-color css
<style>
span { border-color: #CCD281; }
span { border-color: rgb(204,210,129); }
td.TdClassName
{
border-color: #CCD281;
}
.TagClassName
{
border-color: #CCD281;
}
</style>