Shades of Deco #CCD98C
Tints of Deco #CCD98C
RGB
CMYK
RGB Variations
Color information
#CCD98C (or 0xCCD98C) is known color: Deco. HEX triplet: CC, D9 and 8C. RGB value is (204,217,140). Sum of RGB (Red+Green+Blue) = 204+217+140=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD98C is #332673. Grayscale: #CCCCCC. Windows color (decimal): -3352180 or 9230796. OLE color: 9230796.
HSL color Cylindrical-coordinate representation of color #CCD98C: hue angle of 70.13º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD98C is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 140 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.15 |
| HSL | 70.13º | 0.5% | 0.7% | - |
| HSV(B) | 70.13º | 0.35% | 0.85% | - |
| XYZ | 54.45 | 64.36 | 34.36 | - |
| YUV | 204.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 140 | 0.06 | 0 | 0.35 | 0.15 | 70.13 | 0.5 | 0.7 |
| Hex | CC | D9 | 8C | 6 | 0 | 23 | F | 46 | 32 | 46 |
| Octal | 314 | 331 | 214 | 6 | 0 | 43 | 17 | 106 | 62 | 106 |
| Binary | 11001100 | 11011001 | 10001100 | 110 | 0 | 100011 | 1111 | 1000110 | 110010 | 1000110 |
Color Harmonies of #CCD98C
Complementary color
Monochromatic Colors of #CCD98C
Black with #CCD98C
Text Example
Text Example
White with #CCD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD98C; }
p { color: rgb(204,217,140); }
H1.HeaderClassName
{
color: #CCD98C;
}
.AnyTagClassName
{
color: #CCD98C;
}
</style>
background-color css
<style>
a { background-color: #CCD98C; }
a { background-color: rgb(204,217,140); }
div.DivClassName
{
background-color: #CCD98C;
}
.BgClassName
{
background-color: #CCD98C;
}
</style>
border-color css
<style>
span { border-color: #CCD98C; }
span { border-color: rgb(204,217,140); }
td.TdClassName
{
border-color: #CCD98C;
}
.TagClassName
{
border-color: #CCD98C;
}
</style>