Shades of Deco #CCD78F
Tints of Deco #CCD78F
RGB
CMYK
RGB Variations
Color information
#CCD78F (or 0xCCD78F) is known color: Deco. HEX triplet: CC, D7 and 8F. RGB value is (204,215,143). Sum of RGB (Red+Green+Blue) = 204+215+143=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD78F is #332870. Grayscale: #CBCBCB. Windows color (decimal): -3352689 or 9426892. OLE color: 9426892.
HSL color Cylindrical-coordinate representation of color #CCD78F: hue angle of 69.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD78F is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 143 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.16 |
| HSL | 69.17º | 0.47% | 0.7% | - |
| HSV(B) | 69.17º | 0.33% | 0.84% | - |
| XYZ | 54.16 | 63.42 | 35.37 | - |
| YUV | 203.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 143 | 0.05 | 0 | 0.33 | 0.16 | 69.17 | 0.47 | 0.7 |
| Hex | CC | D7 | 8F | 5 | 0 | 21 | 10 | 45 | 2F | 46 |
| Octal | 314 | 327 | 217 | 5 | 0 | 41 | 20 | 105 | 57 | 106 |
| Binary | 11001100 | 11010111 | 10001111 | 101 | 0 | 100001 | 10000 | 1000101 | 101111 | 1000110 |
Color Harmonies of #CCD78F
Complementary color
Monochromatic Colors of #CCD78F
Black with #CCD78F
Text Example
Text Example
White with #CCD78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD78F; }
p { color: rgb(204,215,143); }
H1.HeaderClassName
{
color: #CCD78F;
}
.AnyTagClassName
{
color: #CCD78F;
}
</style>
background-color css
<style>
a { background-color: #CCD78F; }
a { background-color: rgb(204,215,143); }
div.DivClassName
{
background-color: #CCD78F;
}
.BgClassName
{
background-color: #CCD78F;
}
</style>
border-color css
<style>
span { border-color: #CCD78F; }
span { border-color: rgb(204,215,143); }
td.TdClassName
{
border-color: #CCD78F;
}
.TagClassName
{
border-color: #CCD78F;
}
</style>