Shades of Goldenrod #CFDA5E
Tints of Goldenrod #CFDA5E
RGB
CMYK
RGB Variations
Color information
#CFDA5E (or 0xCFDA5E) is known color: Goldenrod. HEX triplet: CF, DA and 5E. RGB value is (207,218,94). Sum of RGB (Red+Green+Blue) = 207+218+94=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA5E is #3025A1. Grayscale: #C9C9C9. Windows color (decimal): -3155362 or 6216399. OLE color: 6216399.
HSL color Cylindrical-coordinate representation of color #CFDA5E: hue angle of 65.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFDA5E is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 94 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.15 |
| HSL | 65.32º | 0.63% | 0.61% | - |
| HSV(B) | 65.32º | 0.57% | 0.85% | - |
| XYZ | 52.82 | 64.22 | 20.2 | - |
| YUV | 200.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 94 | 0.05 | 0 | 0.57 | 0.15 | 65.32 | 0.63 | 0.61 |
| Hex | CF | DA | 5E | 5 | 0 | 39 | F | 41 | 3F | 3D |
| Octal | 317 | 332 | 136 | 5 | 0 | 71 | 17 | 101 | 77 | 75 |
| Binary | 11001111 | 11011010 | 1011110 | 101 | 0 | 111001 | 1111 | 1000001 | 111111 | 111101 |
Color Harmonies of #CFDA5E
Complementary color
Monochromatic Colors of #CFDA5E
Black with #CFDA5E
Text Example
Text Example
White with #CFDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA5E; }
p { color: rgb(207,218,94); }
H1.HeaderClassName
{
color: #CFDA5E;
}
.AnyTagClassName
{
color: #CFDA5E;
}
</style>
background-color css
<style>
a { background-color: #CFDA5E; }
a { background-color: rgb(207,218,94); }
div.DivClassName
{
background-color: #CFDA5E;
}
.BgClassName
{
background-color: #CFDA5E;
}
</style>
border-color css
<style>
span { border-color: #CFDA5E; }
span { border-color: rgb(207,218,94); }
td.TdClassName
{
border-color: #CFDA5E;
}
.TagClassName
{
border-color: #CFDA5E;
}
</style>