Shades of Deco #CFD58E
Tints of Deco #CFD58E
RGB
CMYK
RGB Variations
Color information
#CFD58E (or 0xCFD58E) is known color: Deco. HEX triplet: CF, D5 and 8E. RGB value is (207,213,142). Sum of RGB (Red+Green+Blue) = 207+213+142=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD58E is #302A71. Grayscale: #CBCBCB. Windows color (decimal): -3156594 or 9360847. OLE color: 9360847.
HSL color Cylindrical-coordinate representation of color #CFD58E: hue angle of 65.07º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFD58E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 142 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.16 |
| HSL | 65.07º | 0.46% | 0.7% | - |
| HSV(B) | 65.07º | 0.33% | 0.84% | - |
| XYZ | 54.41 | 62.81 | 34.85 | - |
| YUV | 203.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 142 | 0.03 | 0 | 0.33 | 0.16 | 65.07 | 0.46 | 0.7 |
| Hex | CF | D5 | 8E | 3 | 0 | 21 | 10 | 41 | 2E | 46 |
| Octal | 317 | 325 | 216 | 3 | 0 | 41 | 20 | 101 | 56 | 106 |
| Binary | 11001111 | 11010101 | 10001110 | 11 | 0 | 100001 | 10000 | 1000001 | 101110 | 1000110 |
Color Harmonies of #CFD58E
Complementary color
Monochromatic Colors of #CFD58E
Black with #CFD58E
Text Example
Text Example
White with #CFD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD58E; }
p { color: rgb(207,213,142); }
H1.HeaderClassName
{
color: #CFD58E;
}
.AnyTagClassName
{
color: #CFD58E;
}
</style>
background-color css
<style>
a { background-color: #CFD58E; }
a { background-color: rgb(207,213,142); }
div.DivClassName
{
background-color: #CFD58E;
}
.BgClassName
{
background-color: #CFD58E;
}
</style>
border-color css
<style>
span { border-color: #CFD58E; }
span { border-color: rgb(207,213,142); }
td.TdClassName
{
border-color: #CFD58E;
}
.TagClassName
{
border-color: #CFD58E;
}
</style>