Shades of Deco #CFDA7C
Tints of Deco #CFDA7C
RGB
CMYK
RGB Variations
Color information
#CFDA7C (or 0xCFDA7C) is known color: Deco. HEX triplet: CF, DA and 7C. RGB value is (207,218,124). Sum of RGB (Red+Green+Blue) = 207+218+124=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA7C is #302583. Grayscale: #CCCCCC. Windows color (decimal): -3155332 or 8182479. OLE color: 8182479.
HSL color Cylindrical-coordinate representation of color #CFDA7C: hue angle of 67.02º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFDA7C is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 124 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.15 |
| HSL | 67.02º | 0.56% | 0.67% | - |
| HSV(B) | 67.02º | 0.43% | 0.85% | - |
| XYZ | 54.44 | 64.86 | 28.72 | - |
| YUV | 204 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 124 | 0.05 | 0 | 0.43 | 0.15 | 67.02 | 0.56 | 0.67 |
| Hex | CF | DA | 7C | 5 | 0 | 2B | F | 43 | 38 | 43 |
| Octal | 317 | 332 | 174 | 5 | 0 | 53 | 17 | 103 | 70 | 103 |
| Binary | 11001111 | 11011010 | 1111100 | 101 | 0 | 101011 | 1111 | 1000011 | 111000 | 1000011 |
Color Harmonies of #CFDA7C
Complementary color
Monochromatic Colors of #CFDA7C
Black with #CFDA7C
Text Example
Text Example
White with #CFDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA7C; }
p { color: rgb(207,218,124); }
H1.HeaderClassName
{
color: #CFDA7C;
}
.AnyTagClassName
{
color: #CFDA7C;
}
</style>
background-color css
<style>
a { background-color: #CFDA7C; }
a { background-color: rgb(207,218,124); }
div.DivClassName
{
background-color: #CFDA7C;
}
.BgClassName
{
background-color: #CFDA7C;
}
</style>
border-color css
<style>
span { border-color: #CFDA7C; }
span { border-color: rgb(207,218,124); }
td.TdClassName
{
border-color: #CFDA7C;
}
.TagClassName
{
border-color: #CFDA7C;
}
</style>