Shades of Goldenrod #CFDA6E
Tints of Goldenrod #CFDA6E
RGB
CMYK
RGB Variations
Color information
#CFDA6E (or 0xCFDA6E) is known color: Goldenrod. HEX triplet: CF, DA and 6E. RGB value is (207,218,110). Sum of RGB (Red+Green+Blue) = 207+218+110=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA6E is #302591. Grayscale: #CACACA. Windows color (decimal): -3155346 or 7264975. OLE color: 7264975.
HSL color Cylindrical-coordinate representation of color #CFDA6E: hue angle of 66.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFDA6E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 110 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.15 |
| HSL | 66.11º | 0.59% | 0.64% | - |
| HSV(B) | 66.11º | 0.5% | 0.85% | - |
| XYZ | 53.62 | 64.53 | 24.38 | - |
| YUV | 202.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 110 | 0.05 | 0 | 0.50 | 0.15 | 66.11 | 0.59 | 0.64 |
| Hex | CF | DA | 6E | 5 | 0 | 32 | F | 42 | 3B | 40 |
| Octal | 317 | 332 | 156 | 5 | 0 | 62 | 17 | 102 | 73 | 100 |
| Binary | 11001111 | 11011010 | 1101110 | 101 | 0 | 110010 | 1111 | 1000010 | 111011 | 1000000 |
Color Harmonies of #CFDA6E
Complementary color
Monochromatic Colors of #CFDA6E
Black with #CFDA6E
Text Example
Text Example
White with #CFDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA6E; }
p { color: rgb(207,218,110); }
H1.HeaderClassName
{
color: #CFDA6E;
}
.AnyTagClassName
{
color: #CFDA6E;
}
</style>
background-color css
<style>
a { background-color: #CFDA6E; }
a { background-color: rgb(207,218,110); }
div.DivClassName
{
background-color: #CFDA6E;
}
.BgClassName
{
background-color: #CFDA6E;
}
</style>
border-color css
<style>
span { border-color: #CFDA6E; }
span { border-color: rgb(207,218,110); }
td.TdClassName
{
border-color: #CFDA6E;
}
.TagClassName
{
border-color: #CFDA6E;
}
</style>