Shades of Deco #CCD88F
Tints of Deco #CCD88F
RGB
CMYK
RGB Variations
Color information
#CCD88F (or 0xCCD88F) is known color: Deco. HEX triplet: CC, D8 and 8F. RGB value is (204,216,143). Sum of RGB (Red+Green+Blue) = 204+216+143=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD88F is #332770. Grayscale: #CCCCCC. Windows color (decimal): -3352433 or 9427148. OLE color: 9427148.
HSL color Cylindrical-coordinate representation of color #CCD88F: hue angle of 69.86º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCD88F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 143 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.15 |
| HSL | 69.86º | 0.48% | 0.7% | - |
| HSV(B) | 69.86º | 0.34% | 0.85% | - |
| XYZ | 54.42 | 63.93 | 35.46 | - |
| YUV | 204.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 143 | 0.06 | 0 | 0.34 | 0.15 | 69.86 | 0.48 | 0.7 |
| Hex | CC | D8 | 8F | 6 | 0 | 22 | F | 46 | 30 | 46 |
| Octal | 314 | 330 | 217 | 6 | 0 | 42 | 17 | 106 | 60 | 106 |
| Binary | 11001100 | 11011000 | 10001111 | 110 | 0 | 100010 | 1111 | 1000110 | 110000 | 1000110 |
Color Harmonies of #CCD88F
Complementary color
Monochromatic Colors of #CCD88F
Black with #CCD88F
Text Example
Text Example
White with #CCD88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD88F; }
p { color: rgb(204,216,143); }
H1.HeaderClassName
{
color: #CCD88F;
}
.AnyTagClassName
{
color: #CCD88F;
}
</style>
background-color css
<style>
a { background-color: #CCD88F; }
a { background-color: rgb(204,216,143); }
div.DivClassName
{
background-color: #CCD88F;
}
.BgClassName
{
background-color: #CCD88F;
}
</style>
border-color css
<style>
span { border-color: #CCD88F; }
span { border-color: rgb(204,216,143); }
td.TdClassName
{
border-color: #CCD88F;
}
.TagClassName
{
border-color: #CCD88F;
}
</style>