Shades of Goldenrod #CFD26E
Tints of Goldenrod #CFD26E
RGB
CMYK
RGB Variations
Color information
#CFD26E (or 0xCFD26E) is known color: Goldenrod. HEX triplet: CF, D2 and 6E. RGB value is (207,210,110). Sum of RGB (Red+Green+Blue) = 207+210+110=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD26E is #302D91. Grayscale: #C6C6C6. Windows color (decimal): -3157394 or 7262927. OLE color: 7262927.
HSL color Cylindrical-coordinate representation of color #CFD26E: hue angle of 61.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFD26E is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 110 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.18 |
| HSL | 61.8º | 0.53% | 0.63% | - |
| HSV(B) | 61.8º | 0.48% | 0.82% | - |
| XYZ | 51.59 | 60.48 | 23.71 | - |
| YUV | 197.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 110 | 0.01 | 0 | 0.48 | 0.18 | 61.8 | 0.53 | 0.63 |
| Hex | CF | D2 | 6E | 1 | 0 | 30 | 12 | 3E | 35 | 3F |
| Octal | 317 | 322 | 156 | 1 | 0 | 60 | 22 | 76 | 65 | 77 |
| Binary | 11001111 | 11010010 | 1101110 | 1 | 0 | 110000 | 10010 | 111110 | 110101 | 111111 |
Color Harmonies of #CFD26E
Complementary color
Monochromatic Colors of #CFD26E
Black with #CFD26E
Text Example
Text Example
White with #CFD26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD26E; }
p { color: rgb(207,210,110); }
H1.HeaderClassName
{
color: #CFD26E;
}
.AnyTagClassName
{
color: #CFD26E;
}
</style>
background-color css
<style>
a { background-color: #CFD26E; }
a { background-color: rgb(207,210,110); }
div.DivClassName
{
background-color: #CFD26E;
}
.BgClassName
{
background-color: #CFD26E;
}
</style>
border-color css
<style>
span { border-color: #CFD26E; }
span { border-color: rgb(207,210,110); }
td.TdClassName
{
border-color: #CFD26E;
}
.TagClassName
{
border-color: #CFD26E;
}
</style>