Shades of Deco #CCD88D
Tints of Deco #CCD88D
RGB
CMYK
RGB Variations
Color information
#CCD88D (or 0xCCD88D) is known color: Deco. HEX triplet: CC, D8 and 8D. RGB value is (204,216,141). Sum of RGB (Red+Green+Blue) = 204+216+141=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD88D is #332772. Grayscale: #CCCCCC. Windows color (decimal): -3352435 or 9296076. OLE color: 9296076.
HSL color Cylindrical-coordinate representation of color #CCD88D: hue angle of 69.6º degrees, saturation: 0.49, 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 #CCD88D is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 141 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.15 |
| HSL | 69.6º | 0.49% | 0.7% | - |
| HSV(B) | 69.6º | 0.35% | 0.85% | - |
| XYZ | 54.27 | 63.87 | 34.67 | - |
| YUV | 203.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 141 | 0.06 | 0 | 0.35 | 0.15 | 69.6 | 0.49 | 0.7 |
| Hex | CC | D8 | 8D | 6 | 0 | 23 | F | 46 | 31 | 46 |
| Octal | 314 | 330 | 215 | 6 | 0 | 43 | 17 | 106 | 61 | 106 |
| Binary | 11001100 | 11011000 | 10001101 | 110 | 0 | 100011 | 1111 | 1000110 | 110001 | 1000110 |
Color Harmonies of #CCD88D
Complementary color
Monochromatic Colors of #CCD88D
Black with #CCD88D
Text Example
Text Example
White with #CCD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD88D; }
p { color: rgb(204,216,141); }
H1.HeaderClassName
{
color: #CCD88D;
}
.AnyTagClassName
{
color: #CCD88D;
}
</style>
background-color css
<style>
a { background-color: #CCD88D; }
a { background-color: rgb(204,216,141); }
div.DivClassName
{
background-color: #CCD88D;
}
.BgClassName
{
background-color: #CCD88D;
}
</style>
border-color css
<style>
span { border-color: #CCD88D; }
span { border-color: rgb(204,216,141); }
td.TdClassName
{
border-color: #CCD88D;
}
.TagClassName
{
border-color: #CCD88D;
}
</style>