Shades of Deco #CCD382
Tints of Deco #CCD382
RGB
CMYK
RGB Variations
Color information
#CCD382 (or 0xCCD382) is known color: Deco. HEX triplet: CC, D3 and 82. RGB value is (204,211,130). Sum of RGB (Red+Green+Blue) = 204+211+130=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD382 is #332C7D. Grayscale: #C7C7C7. Windows color (decimal): -3353726 or 8573900. OLE color: 8573900.
HSL color Cylindrical-coordinate representation of color #CCD382: hue angle of 65.19º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCD382 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 130 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.17 |
| HSL | 65.19º | 0.48% | 0.67% | - |
| HSV(B) | 65.19º | 0.38% | 0.83% | - |
| XYZ | 52.23 | 61.04 | 30.15 | - |
| YUV | 199.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 130 | 0.03 | 0 | 0.38 | 0.17 | 65.19 | 0.48 | 0.67 |
| Hex | CC | D3 | 82 | 3 | 0 | 26 | 11 | 41 | 30 | 43 |
| Octal | 314 | 323 | 202 | 3 | 0 | 46 | 21 | 101 | 60 | 103 |
| Binary | 11001100 | 11010011 | 10000010 | 11 | 0 | 100110 | 10001 | 1000001 | 110000 | 1000011 |
Color Harmonies of #CCD382
Complementary color
Monochromatic Colors of #CCD382
Black with #CCD382
Text Example
Text Example
White with #CCD382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD382; }
p { color: rgb(204,211,130); }
H1.HeaderClassName
{
color: #CCD382;
}
.AnyTagClassName
{
color: #CCD382;
}
</style>
background-color css
<style>
a { background-color: #CCD382; }
a { background-color: rgb(204,211,130); }
div.DivClassName
{
background-color: #CCD382;
}
.BgClassName
{
background-color: #CCD382;
}
</style>
border-color css
<style>
span { border-color: #CCD382; }
span { border-color: rgb(204,211,130); }
td.TdClassName
{
border-color: #CCD382;
}
.TagClassName
{
border-color: #CCD382;
}
</style>