Shades of Deco #CFD279
Tints of Deco #CFD279
RGB
CMYK
RGB Variations
Color information
#CFD279 (or 0xCFD279) is known color: Deco. HEX triplet: CF, D2 and 79. RGB value is (207,210,121). Sum of RGB (Red+Green+Blue) = 207+210+121=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD279 is #302D86. Grayscale: #C7C7C7. Windows color (decimal): -3157383 or 7983823. OLE color: 7983823.
HSL color Cylindrical-coordinate representation of color #CFD279: hue angle of 62.02º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFD279 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 121 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.18 |
| HSL | 62.02º | 0.5% | 0.65% | - |
| HSV(B) | 62.02º | 0.42% | 0.82% | - |
| XYZ | 52.23 | 60.74 | 27.06 | - |
| YUV | 198.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 121 | 0.01 | 0 | 0.42 | 0.18 | 62.02 | 0.5 | 0.65 |
| Hex | CF | D2 | 79 | 1 | 0 | 2A | 12 | 3E | 32 | 41 |
| Octal | 317 | 322 | 171 | 1 | 0 | 52 | 22 | 76 | 62 | 101 |
| Binary | 11001111 | 11010010 | 1111001 | 1 | 0 | 101010 | 10010 | 111110 | 110010 | 1000001 |
Color Harmonies of #CFD279
Complementary color
Monochromatic Colors of #CFD279
Black with #CFD279
Text Example
Text Example
White with #CFD279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD279; }
p { color: rgb(207,210,121); }
H1.HeaderClassName
{
color: #CFD279;
}
.AnyTagClassName
{
color: #CFD279;
}
</style>
background-color css
<style>
a { background-color: #CFD279; }
a { background-color: rgb(207,210,121); }
div.DivClassName
{
background-color: #CFD279;
}
.BgClassName
{
background-color: #CFD279;
}
</style>
border-color css
<style>
span { border-color: #CFD279; }
span { border-color: rgb(207,210,121); }
td.TdClassName
{
border-color: #CFD279;
}
.TagClassName
{
border-color: #CFD279;
}
</style>