Shades of Deco #CCD581
Tints of Deco #CCD581
RGB
CMYK
RGB Variations
Color information
#CCD581 (or 0xCCD581) is known color: Deco. HEX triplet: CC, D5 and 81. RGB value is (204,213,129). Sum of RGB (Red+Green+Blue) = 204+213+129=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD581 is #332A7E. Grayscale: #C9C9C9. Windows color (decimal): -3353215 or 8508876. OLE color: 8508876.
HSL color Cylindrical-coordinate representation of color #CCD581: hue angle of 66.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD581 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 129 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.16 |
| HSL | 66.43º | 0.5% | 0.67% | - |
| HSV(B) | 66.43º | 0.39% | 0.84% | - |
| XYZ | 52.66 | 62.01 | 29.96 | - |
| YUV | 200.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 129 | 0.04 | 0 | 0.39 | 0.16 | 66.43 | 0.5 | 0.67 |
| Hex | CC | D5 | 81 | 4 | 0 | 27 | 10 | 42 | 32 | 43 |
| Octal | 314 | 325 | 201 | 4 | 0 | 47 | 20 | 102 | 62 | 103 |
| Binary | 11001100 | 11010101 | 10000001 | 100 | 0 | 100111 | 10000 | 1000010 | 110010 | 1000011 |
Color Harmonies of #CCD581
Complementary color
Monochromatic Colors of #CCD581
Black with #CCD581
Text Example
Text Example
White with #CCD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD581; }
p { color: rgb(204,213,129); }
H1.HeaderClassName
{
color: #CCD581;
}
.AnyTagClassName
{
color: #CCD581;
}
</style>
background-color css
<style>
a { background-color: #CCD581; }
a { background-color: rgb(204,213,129); }
div.DivClassName
{
background-color: #CCD581;
}
.BgClassName
{
background-color: #CCD581;
}
</style>
border-color css
<style>
span { border-color: #CCD581; }
span { border-color: rgb(204,213,129); }
td.TdClassName
{
border-color: #CCD581;
}
.TagClassName
{
border-color: #CCD581;
}
</style>