Shades of Deco #CFD97E
Tints of Deco #CFD97E
RGB
CMYK
RGB Variations
Color information
#CFD97E (or 0xCFD97E) is known color: Deco. HEX triplet: CF, D9 and 7E. RGB value is (207,217,126). Sum of RGB (Red+Green+Blue) = 207+217+126=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD97E is #302681. Grayscale: #CBCBCB. Windows color (decimal): -3155586 or 8313295. OLE color: 8313295.
HSL color Cylindrical-coordinate representation of color #CFD97E: hue angle of 66.59º degrees, saturation: 0.54, 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 #CFD97E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 126 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.15 |
| HSL | 66.59º | 0.54% | 0.67% | - |
| HSV(B) | 66.59º | 0.42% | 0.85% | - |
| XYZ | 54.31 | 64.4 | 29.31 | - |
| YUV | 203.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 126 | 0.05 | 0 | 0.42 | 0.15 | 66.59 | 0.54 | 0.67 |
| Hex | CF | D9 | 7E | 5 | 0 | 2A | F | 43 | 36 | 43 |
| Octal | 317 | 331 | 176 | 5 | 0 | 52 | 17 | 103 | 66 | 103 |
| Binary | 11001111 | 11011001 | 1111110 | 101 | 0 | 101010 | 1111 | 1000011 | 110110 | 1000011 |
Color Harmonies of #CFD97E
Complementary color
Monochromatic Colors of #CFD97E
Black with #CFD97E
Text Example
Text Example
White with #CFD97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD97E; }
p { color: rgb(207,217,126); }
H1.HeaderClassName
{
color: #CFD97E;
}
.AnyTagClassName
{
color: #CFD97E;
}
</style>
background-color css
<style>
a { background-color: #CFD97E; }
a { background-color: rgb(207,217,126); }
div.DivClassName
{
background-color: #CFD97E;
}
.BgClassName
{
background-color: #CFD97E;
}
</style>
border-color css
<style>
span { border-color: #CFD97E; }
span { border-color: rgb(207,217,126); }
td.TdClassName
{
border-color: #CFD97E;
}
.TagClassName
{
border-color: #CFD97E;
}
</style>