Shades of Deco #CFD07F
Tints of Deco #CFD07F
RGB
CMYK
RGB Variations
Color information
#CFD07F (or 0xCFD07F) is known color: Deco. HEX triplet: CF, D0 and 7F. RGB value is (207,208,127). Sum of RGB (Red+Green+Blue) = 207+208+127=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD07F is #302F80. Grayscale: #C6C6C6. Windows color (decimal): -3157889 or 8376527. OLE color: 8376527.
HSL color Cylindrical-coordinate representation of color #CFD07F: hue angle of 60.74º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFD07F is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 127 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.18 |
| HSL | 60.74º | 0.46% | 0.66% | - |
| HSV(B) | 60.74º | 0.39% | 0.82% | - |
| XYZ | 52.12 | 59.91 | 28.9 | - |
| YUV | 198.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 127 | 0.00 | 0 | 0.39 | 0.18 | 60.74 | 0.46 | 0.66 |
| Hex | CF | D0 | 7F | 0 | 0 | 27 | 12 | 3D | 2E | 42 |
| Octal | 317 | 320 | 177 | 0 | 0 | 47 | 22 | 75 | 56 | 102 |
| Binary | 11001111 | 11010000 | 1111111 | 0 | 0 | 100111 | 10010 | 111101 | 101110 | 1000010 |
Color Harmonies of #CFD07F
Complementary color
Monochromatic Colors of #CFD07F
Black with #CFD07F
Text Example
Text Example
White with #CFD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD07F; }
p { color: rgb(207,208,127); }
H1.HeaderClassName
{
color: #CFD07F;
}
.AnyTagClassName
{
color: #CFD07F;
}
</style>
background-color css
<style>
a { background-color: #CFD07F; }
a { background-color: rgb(207,208,127); }
div.DivClassName
{
background-color: #CFD07F;
}
.BgClassName
{
background-color: #CFD07F;
}
</style>
border-color css
<style>
span { border-color: #CFD07F; }
span { border-color: rgb(207,208,127); }
td.TdClassName
{
border-color: #CFD07F;
}
.TagClassName
{
border-color: #CFD07F;
}
</style>