Shades of Deco #CFD476
Tints of Deco #CFD476
RGB
CMYK
RGB Variations
Color information
#CFD476 (or 0xCFD476) is known color: Deco. HEX triplet: CF, D4 and 76. RGB value is (207,212,118). Sum of RGB (Red+Green+Blue) = 207+212+118=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD476 is #302B89. Grayscale: #C8C8C8. Windows color (decimal): -3156874 or 7787727. OLE color: 7787727.
HSL color Cylindrical-coordinate representation of color #CFD476: hue angle of 63.19º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFD476 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 118 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.17 |
| HSL | 63.19º | 0.52% | 0.65% | - |
| HSV(B) | 63.19º | 0.44% | 0.83% | - |
| XYZ | 52.55 | 61.66 | 26.27 | - |
| YUV | 199.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 118 | 0.02 | 0 | 0.44 | 0.17 | 63.19 | 0.52 | 0.65 |
| Hex | CF | D4 | 76 | 2 | 0 | 2C | 11 | 3F | 34 | 41 |
| Octal | 317 | 324 | 166 | 2 | 0 | 54 | 21 | 77 | 64 | 101 |
| Binary | 11001111 | 11010100 | 1110110 | 10 | 0 | 101100 | 10001 | 111111 | 110100 | 1000001 |
Color Harmonies of #CFD476
Complementary color
Monochromatic Colors of #CFD476
Black with #CFD476
Text Example
Text Example
White with #CFD476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD476; }
p { color: rgb(207,212,118); }
H1.HeaderClassName
{
color: #CFD476;
}
.AnyTagClassName
{
color: #CFD476;
}
</style>
background-color css
<style>
a { background-color: #CFD476; }
a { background-color: rgb(207,212,118); }
div.DivClassName
{
background-color: #CFD476;
}
.BgClassName
{
background-color: #CFD476;
}
</style>
border-color css
<style>
span { border-color: #CFD476; }
span { border-color: rgb(207,212,118); }
td.TdClassName
{
border-color: #CFD476;
}
.TagClassName
{
border-color: #CFD476;
}
</style>