Shades of Deco #CCD386
Tints of Deco #CCD386
RGB
CMYK
RGB Variations
Color information
#CCD386 (or 0xCCD386) is known color: Deco. HEX triplet: CC, D3 and 86. RGB value is (204,211,134). Sum of RGB (Red+Green+Blue) = 204+211+134=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD386 is #332C79. Grayscale: #C8C8C8. Windows color (decimal): -3353722 or 8836044. OLE color: 8836044.
HSL color Cylindrical-coordinate representation of color #CCD386: hue angle of 65.45º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD386 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 134 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.17 |
| HSL | 65.45º | 0.47% | 0.68% | - |
| HSV(B) | 65.45º | 0.36% | 0.83% | - |
| XYZ | 52.5 | 61.15 | 31.59 | - |
| YUV | 200.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 134 | 0.03 | 0 | 0.36 | 0.17 | 65.45 | 0.47 | 0.68 |
| Hex | CC | D3 | 86 | 3 | 0 | 24 | 11 | 41 | 2F | 44 |
| Octal | 314 | 323 | 206 | 3 | 0 | 44 | 21 | 101 | 57 | 104 |
| Binary | 11001100 | 11010011 | 10000110 | 11 | 0 | 100100 | 10001 | 1000001 | 101111 | 1000100 |
Color Harmonies of #CCD386
Complementary color
Monochromatic Colors of #CCD386
Black with #CCD386
Text Example
Text Example
White with #CCD386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD386; }
p { color: rgb(204,211,134); }
H1.HeaderClassName
{
color: #CCD386;
}
.AnyTagClassName
{
color: #CCD386;
}
</style>
background-color css
<style>
a { background-color: #CCD386; }
a { background-color: rgb(204,211,134); }
div.DivClassName
{
background-color: #CCD386;
}
.BgClassName
{
background-color: #CCD386;
}
</style>
border-color css
<style>
span { border-color: #CCD386; }
span { border-color: rgb(204,211,134); }
td.TdClassName
{
border-color: #CCD386;
}
.TagClassName
{
border-color: #CCD386;
}
</style>