Shades of Deco #CFD679
Tints of Deco #CFD679
RGB
CMYK
RGB Variations
Color information
#CFD679 (or 0xCFD679) is known color: Deco. HEX triplet: CF, D6 and 79. RGB value is (207,214,121). Sum of RGB (Red+Green+Blue) = 207+214+121=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD679 is #302986. Grayscale: #C9C9C9. Windows color (decimal): -3156359 or 7984847. OLE color: 7984847.
HSL color Cylindrical-coordinate representation of color #CFD679: hue angle of 64.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFD679 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 121 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.16 |
| HSL | 64.52º | 0.53% | 0.66% | - |
| HSV(B) | 64.52º | 0.43% | 0.84% | - |
| XYZ | 53.23 | 62.74 | 27.39 | - |
| YUV | 201.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 121 | 0.03 | 0 | 0.43 | 0.16 | 64.52 | 0.53 | 0.66 |
| Hex | CF | D6 | 79 | 3 | 0 | 2B | 10 | 41 | 35 | 42 |
| Octal | 317 | 326 | 171 | 3 | 0 | 53 | 20 | 101 | 65 | 102 |
| Binary | 11001111 | 11010110 | 1111001 | 11 | 0 | 101011 | 10000 | 1000001 | 110101 | 1000010 |
Color Harmonies of #CFD679
Complementary color
Monochromatic Colors of #CFD679
Black with #CFD679
Text Example
Text Example
White with #CFD679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD679; }
p { color: rgb(207,214,121); }
H1.HeaderClassName
{
color: #CFD679;
}
.AnyTagClassName
{
color: #CFD679;
}
</style>
background-color css
<style>
a { background-color: #CFD679; }
a { background-color: rgb(207,214,121); }
div.DivClassName
{
background-color: #CFD679;
}
.BgClassName
{
background-color: #CFD679;
}
</style>
border-color css
<style>
span { border-color: #CFD679; }
span { border-color: rgb(207,214,121); }
td.TdClassName
{
border-color: #CFD679;
}
.TagClassName
{
border-color: #CFD679;
}
</style>