Shades of Deco #CFDA7E
Tints of Deco #CFDA7E
RGB
CMYK
RGB Variations
Color information
#CFDA7E (or 0xCFDA7E) is known color: Deco. HEX triplet: CF, DA and 7E. RGB value is (207,218,126). Sum of RGB (Red+Green+Blue) = 207+218+126=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA7E is #302581. Grayscale: #CCCCCC. Windows color (decimal): -3155330 or 8313551. OLE color: 8313551.
HSL color Cylindrical-coordinate representation of color #CFDA7E: hue angle of 67.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFDA7E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 126 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.15 |
| HSL | 67.17º | 0.55% | 0.67% | - |
| HSV(B) | 67.17º | 0.42% | 0.85% | - |
| XYZ | 54.57 | 64.91 | 29.39 | - |
| YUV | 204.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 126 | 0.05 | 0 | 0.42 | 0.15 | 67.17 | 0.55 | 0.67 |
| Hex | CF | DA | 7E | 5 | 0 | 2A | F | 43 | 37 | 43 |
| Octal | 317 | 332 | 176 | 5 | 0 | 52 | 17 | 103 | 67 | 103 |
| Binary | 11001111 | 11011010 | 1111110 | 101 | 0 | 101010 | 1111 | 1000011 | 110111 | 1000011 |
Color Harmonies of #CFDA7E
Complementary color
Monochromatic Colors of #CFDA7E
Black with #CFDA7E
Text Example
Text Example
White with #CFDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA7E; }
p { color: rgb(207,218,126); }
H1.HeaderClassName
{
color: #CFDA7E;
}
.AnyTagClassName
{
color: #CFDA7E;
}
</style>
background-color css
<style>
a { background-color: #CFDA7E; }
a { background-color: rgb(207,218,126); }
div.DivClassName
{
background-color: #CFDA7E;
}
.BgClassName
{
background-color: #CFDA7E;
}
</style>
border-color css
<style>
span { border-color: #CFDA7E; }
span { border-color: rgb(207,218,126); }
td.TdClassName
{
border-color: #CFDA7E;
}
.TagClassName
{
border-color: #CFDA7E;
}
</style>