Shades of Deco #CFD98E
Tints of Deco #CFD98E
RGB
CMYK
RGB Variations
Color information
#CFD98E (or 0xCFD98E) is known color: Deco. HEX triplet: CF, D9 and 8E. RGB value is (207,217,142). Sum of RGB (Red+Green+Blue) = 207+217+142=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD98E is #302671. Grayscale: #CDCDCD. Windows color (decimal): -3155570 or 9361871. OLE color: 9361871.
HSL color Cylindrical-coordinate representation of color #CFD98E: hue angle of 68º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFD98E is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 142 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.15 |
| HSL | 68º | 0.5% | 0.7% | - |
| HSV(B) | 68º | 0.35% | 0.85% | - |
| XYZ | 55.43 | 64.84 | 35.19 | - |
| YUV | 205.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 142 | 0.05 | 0 | 0.35 | 0.15 | 68 | 0.5 | 0.7 |
| Hex | CF | D9 | 8E | 5 | 0 | 23 | F | 44 | 32 | 46 |
| Octal | 317 | 331 | 216 | 5 | 0 | 43 | 17 | 104 | 62 | 106 |
| Binary | 11001111 | 11011001 | 10001110 | 101 | 0 | 100011 | 1111 | 1000100 | 110010 | 1000110 |
Color Harmonies of #CFD98E
Complementary color
Monochromatic Colors of #CFD98E
Black with #CFD98E
Text Example
Text Example
White with #CFD98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD98E; }
p { color: rgb(207,217,142); }
H1.HeaderClassName
{
color: #CFD98E;
}
.AnyTagClassName
{
color: #CFD98E;
}
</style>
background-color css
<style>
a { background-color: #CFD98E; }
a { background-color: rgb(207,217,142); }
div.DivClassName
{
background-color: #CFD98E;
}
.BgClassName
{
background-color: #CFD98E;
}
</style>
border-color css
<style>
span { border-color: #CFD98E; }
span { border-color: rgb(207,217,142); }
td.TdClassName
{
border-color: #CFD98E;
}
.TagClassName
{
border-color: #CFD98E;
}
</style>