Shades of Deco #CCDC83
Tints of Deco #CCDC83
RGB
CMYK
RGB Variations
Color information
#CCDC83 (or 0xCCDC83) is known color: Deco. HEX triplet: CC, DC and 83. RGB value is (204,220,131). Sum of RGB (Red+Green+Blue) = 204+220+131=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC83 is #33237C. Grayscale: #CDCDCD. Windows color (decimal): -3351421 or 8641740. OLE color: 8641740.
HSL color Cylindrical-coordinate representation of color #CCDC83: hue angle of 70.79º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCDC83 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 131 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.14 |
| HSL | 70.79º | 0.56% | 0.69% | - |
| HSV(B) | 70.79º | 0.4% | 0.86% | - |
| XYZ | 54.59 | 65.66 | 31.27 | - |
| YUV | 205.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 131 | 0.07 | 0 | 0.40 | 0.14 | 70.79 | 0.56 | 0.69 |
| Hex | CC | DC | 83 | 7 | 0 | 28 | E | 47 | 38 | 45 |
| Octal | 314 | 334 | 203 | 7 | 0 | 50 | 16 | 107 | 70 | 105 |
| Binary | 11001100 | 11011100 | 10000011 | 111 | 0 | 101000 | 1110 | 1000111 | 111000 | 1000101 |
Color Harmonies of #CCDC83
Complementary color
Monochromatic Colors of #CCDC83
Black with #CCDC83
Text Example
Text Example
White with #CCDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC83; }
p { color: rgb(204,220,131); }
H1.HeaderClassName
{
color: #CCDC83;
}
.AnyTagClassName
{
color: #CCDC83;
}
</style>
background-color css
<style>
a { background-color: #CCDC83; }
a { background-color: rgb(204,220,131); }
div.DivClassName
{
background-color: #CCDC83;
}
.BgClassName
{
background-color: #CCDC83;
}
</style>
border-color css
<style>
span { border-color: #CCDC83; }
span { border-color: rgb(204,220,131); }
td.TdClassName
{
border-color: #CCDC83;
}
.TagClassName
{
border-color: #CCDC83;
}
</style>