Shades of Goldenrod #CFDA6D
Tints of Goldenrod #CFDA6D
RGB
CMYK
RGB Variations
Color information
#CFDA6D (or 0xCFDA6D) is known color: Goldenrod. HEX triplet: CF, DA and 6D. RGB value is (207,218,109). Sum of RGB (Red+Green+Blue) = 207+218+109=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA6D is #302592. Grayscale: #CACACA. Windows color (decimal): -3155347 or 7199439. OLE color: 7199439.
HSL color Cylindrical-coordinate representation of color #CFDA6D: hue angle of 66.06º degrees, saturation: 0.6, 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 #CFDA6D is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 109 | - |
| CMYK | 0.05 | 0 | 0.5 | 0.15 |
| HSL | 66.06º | 0.6% | 0.64% | - |
| HSV(B) | 66.06º | 0.5% | 0.85% | - |
| XYZ | 53.56 | 64.51 | 24.1 | - |
| YUV | 202.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 109 | 0.05 | 0 | 0.5 | 0.15 | 66.06 | 0.6 | 0.64 |
| Hex | CF | DA | 6D | 5 | 0 | 32 | F | 42 | 3C | 40 |
| Octal | 317 | 332 | 155 | 5 | 0 | 62 | 17 | 102 | 74 | 100 |
| Binary | 11001111 | 11011010 | 1101101 | 101 | 0 | 110010 | 1111 | 1000010 | 111100 | 1000000 |
Color Harmonies of #CFDA6D
Complementary color
Monochromatic Colors of #CFDA6D
Black with #CFDA6D
Text Example
Text Example
White with #CFDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA6D; }
p { color: rgb(207,218,109); }
H1.HeaderClassName
{
color: #CFDA6D;
}
.AnyTagClassName
{
color: #CFDA6D;
}
</style>
background-color css
<style>
a { background-color: #CFDA6D; }
a { background-color: rgb(207,218,109); }
div.DivClassName
{
background-color: #CFDA6D;
}
.BgClassName
{
background-color: #CFDA6D;
}
</style>
border-color css
<style>
span { border-color: #CFDA6D; }
span { border-color: rgb(207,218,109); }
td.TdClassName
{
border-color: #CFDA6D;
}
.TagClassName
{
border-color: #CFDA6D;
}
</style>