Shades of Deco #CCD380
Tints of Deco #CCD380
RGB
CMYK
RGB Variations
Color information
#CCD380 (or 0xCCD380) is known color: Deco. HEX triplet: CC, D3 and 80. RGB value is (204,211,128). Sum of RGB (Red+Green+Blue) = 204+211+128=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD380 is #332C7F. Grayscale: #C7C7C7. Windows color (decimal): -3353728 or 8442828. OLE color: 8442828.
HSL color Cylindrical-coordinate representation of color #CCD380: hue angle of 65.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD380 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 128 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.17 |
| HSL | 65.06º | 0.49% | 0.66% | - |
| HSV(B) | 65.06º | 0.39% | 0.83% | - |
| XYZ | 52.09 | 60.98 | 29.45 | - |
| YUV | 199.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 128 | 0.03 | 0 | 0.39 | 0.17 | 65.06 | 0.49 | 0.66 |
| Hex | CC | D3 | 80 | 3 | 0 | 27 | 11 | 41 | 31 | 42 |
| Octal | 314 | 323 | 200 | 3 | 0 | 47 | 21 | 101 | 61 | 102 |
| Binary | 11001100 | 11010011 | 10000000 | 11 | 0 | 100111 | 10001 | 1000001 | 110001 | 1000010 |
Color Harmonies of #CCD380
Complementary color
Monochromatic Colors of #CCD380
Black with #CCD380
Text Example
Text Example
White with #CCD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD380; }
p { color: rgb(204,211,128); }
H1.HeaderClassName
{
color: #CCD380;
}
.AnyTagClassName
{
color: #CCD380;
}
</style>
background-color css
<style>
a { background-color: #CCD380; }
a { background-color: rgb(204,211,128); }
div.DivClassName
{
background-color: #CCD380;
}
.BgClassName
{
background-color: #CCD380;
}
</style>
border-color css
<style>
span { border-color: #CCD380; }
span { border-color: rgb(204,211,128); }
td.TdClassName
{
border-color: #CCD380;
}
.TagClassName
{
border-color: #CCD380;
}
</style>