Shades of Goldenrod #CFD46E
Tints of Goldenrod #CFD46E
RGB
CMYK
RGB Variations
Color information
#CFD46E (or 0xCFD46E) is known color: Goldenrod. HEX triplet: CF, D4 and 6E. RGB value is (207,212,110). Sum of RGB (Red+Green+Blue) = 207+212+110=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD46E is #302B91. Grayscale: #C7C7C7. Windows color (decimal): -3156882 or 7263439. OLE color: 7263439.
HSL color Cylindrical-coordinate representation of color #CFD46E: hue angle of 62.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFD46E is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 110 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.17 |
| HSL | 62.94º | 0.54% | 0.63% | - |
| HSV(B) | 62.94º | 0.48% | 0.83% | - |
| XYZ | 52.09 | 61.48 | 23.87 | - |
| YUV | 198.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 110 | 0.02 | 0 | 0.48 | 0.17 | 62.94 | 0.54 | 0.63 |
| Hex | CF | D4 | 6E | 2 | 0 | 30 | 11 | 3F | 36 | 3F |
| Octal | 317 | 324 | 156 | 2 | 0 | 60 | 21 | 77 | 66 | 77 |
| Binary | 11001111 | 11010100 | 1101110 | 10 | 0 | 110000 | 10001 | 111111 | 110110 | 111111 |
Color Harmonies of #CFD46E
Complementary color
Monochromatic Colors of #CFD46E
Black with #CFD46E
Text Example
Text Example
White with #CFD46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD46E; }
p { color: rgb(207,212,110); }
H1.HeaderClassName
{
color: #CFD46E;
}
.AnyTagClassName
{
color: #CFD46E;
}
</style>
background-color css
<style>
a { background-color: #CFD46E; }
a { background-color: rgb(207,212,110); }
div.DivClassName
{
background-color: #CFD46E;
}
.BgClassName
{
background-color: #CFD46E;
}
</style>
border-color css
<style>
span { border-color: #CFD46E; }
span { border-color: rgb(207,212,110); }
td.TdClassName
{
border-color: #CFD46E;
}
.TagClassName
{
border-color: #CFD46E;
}
</style>