Shades of Goldenrod #CFDA73
Tints of Goldenrod #CFDA73
RGB
CMYK
RGB Variations
Color information
#CFDA73 (or 0xCFDA73) is known color: Goldenrod. HEX triplet: CF, DA and 73. RGB value is (207,218,115). Sum of RGB (Red+Green+Blue) = 207+218+115=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA73 is #30258C. Grayscale: #CBCBCB. Windows color (decimal): -3155341 or 7592655. OLE color: 7592655.
HSL color Cylindrical-coordinate representation of color #CFDA73: hue angle of 66.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFDA73 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 115 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.15 |
| HSL | 66.41º | 0.58% | 0.65% | - |
| HSV(B) | 66.41º | 0.47% | 0.85% | - |
| XYZ | 53.9 | 64.65 | 25.86 | - |
| YUV | 202.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 115 | 0.05 | 0 | 0.47 | 0.15 | 66.41 | 0.58 | 0.65 |
| Hex | CF | DA | 73 | 5 | 0 | 2F | F | 42 | 3A | 41 |
| Octal | 317 | 332 | 163 | 5 | 0 | 57 | 17 | 102 | 72 | 101 |
| Binary | 11001111 | 11011010 | 1110011 | 101 | 0 | 101111 | 1111 | 1000010 | 111010 | 1000001 |
Color Harmonies of #CFDA73
Complementary color
Monochromatic Colors of #CFDA73
Black with #CFDA73
Text Example
Text Example
White with #CFDA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA73; }
p { color: rgb(207,218,115); }
H1.HeaderClassName
{
color: #CFDA73;
}
.AnyTagClassName
{
color: #CFDA73;
}
</style>
background-color css
<style>
a { background-color: #CFDA73; }
a { background-color: rgb(207,218,115); }
div.DivClassName
{
background-color: #CFDA73;
}
.BgClassName
{
background-color: #CFDA73;
}
</style>
border-color css
<style>
span { border-color: #CFDA73; }
span { border-color: rgb(207,218,115); }
td.TdClassName
{
border-color: #CFDA73;
}
.TagClassName
{
border-color: #CFDA73;
}
</style>