Shades of Deco #CCD783
Tints of Deco #CCD783
RGB
CMYK
RGB Variations
Color information
#CCD783 (or 0xCCD783) is known color: Deco. HEX triplet: CC, D7 and 83. RGB value is (204,215,131). Sum of RGB (Red+Green+Blue) = 204+215+131=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD783 is #33287C. Grayscale: #CACACA. Windows color (decimal): -3352701 or 8640460. OLE color: 8640460.
HSL color Cylindrical-coordinate representation of color #CCD783: hue angle of 67.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD783 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 131 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.16 |
| HSL | 67.86º | 0.51% | 0.68% | - |
| HSV(B) | 67.86º | 0.39% | 0.84% | - |
| XYZ | 53.3 | 63.08 | 30.84 | - |
| YUV | 202.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 131 | 0.05 | 0 | 0.39 | 0.16 | 67.86 | 0.51 | 0.68 |
| Hex | CC | D7 | 83 | 5 | 0 | 27 | 10 | 44 | 33 | 44 |
| Octal | 314 | 327 | 203 | 5 | 0 | 47 | 20 | 104 | 63 | 104 |
| Binary | 11001100 | 11010111 | 10000011 | 101 | 0 | 100111 | 10000 | 1000100 | 110011 | 1000100 |
Color Harmonies of #CCD783
Complementary color
Monochromatic Colors of #CCD783
Black with #CCD783
Text Example
Text Example
White with #CCD783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD783; }
p { color: rgb(204,215,131); }
H1.HeaderClassName
{
color: #CCD783;
}
.AnyTagClassName
{
color: #CCD783;
}
</style>
background-color css
<style>
a { background-color: #CCD783; }
a { background-color: rgb(204,215,131); }
div.DivClassName
{
background-color: #CCD783;
}
.BgClassName
{
background-color: #CCD783;
}
</style>
border-color css
<style>
span { border-color: #CCD783; }
span { border-color: rgb(204,215,131); }
td.TdClassName
{
border-color: #CCD783;
}
.TagClassName
{
border-color: #CCD783;
}
</style>