Shades of Deco #CFD07E
Tints of Deco #CFD07E
RGB
CMYK
RGB Variations
Color information
#CFD07E (or 0xCFD07E) is known color: Deco. HEX triplet: CF, D0 and 7E. RGB value is (207,208,126). Sum of RGB (Red+Green+Blue) = 207+208+126=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD07E is #302F81. Grayscale: #C6C6C6. Windows color (decimal): -3157890 or 8310991. OLE color: 8310991.
HSL color Cylindrical-coordinate representation of color #CFD07E: hue angle of 60.73º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFD07E is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 126 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.18 |
| HSL | 60.73º | 0.47% | 0.65% | - |
| HSV(B) | 60.73º | 0.39% | 0.82% | - |
| XYZ | 52.05 | 59.88 | 28.55 | - |
| YUV | 198.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 126 | 0.00 | 0 | 0.39 | 0.18 | 60.73 | 0.47 | 0.65 |
| Hex | CF | D0 | 7E | 0 | 0 | 27 | 12 | 3D | 2F | 41 |
| Octal | 317 | 320 | 176 | 0 | 0 | 47 | 22 | 75 | 57 | 101 |
| Binary | 11001111 | 11010000 | 1111110 | 0 | 0 | 100111 | 10010 | 111101 | 101111 | 1000001 |
Color Harmonies of #CFD07E
Complementary color
Monochromatic Colors of #CFD07E
Black with #CFD07E
Text Example
Text Example
White with #CFD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD07E; }
p { color: rgb(207,208,126); }
H1.HeaderClassName
{
color: #CFD07E;
}
.AnyTagClassName
{
color: #CFD07E;
}
</style>
background-color css
<style>
a { background-color: #CFD07E; }
a { background-color: rgb(207,208,126); }
div.DivClassName
{
background-color: #CFD07E;
}
.BgClassName
{
background-color: #CFD07E;
}
</style>
border-color css
<style>
span { border-color: #CFD07E; }
span { border-color: rgb(207,208,126); }
td.TdClassName
{
border-color: #CFD07E;
}
.TagClassName
{
border-color: #CFD07E;
}
</style>