Shades of Goldenrod #CFDA72
Tints of Goldenrod #CFDA72
RGB
CMYK
RGB Variations
Color information
#CFDA72 (or 0xCFDA72) is known color: Goldenrod. HEX triplet: CF, DA and 72. RGB value is (207,218,114). Sum of RGB (Red+Green+Blue) = 207+218+114=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA72 is #30258D. Grayscale: #CBCBCB. Windows color (decimal): -3155342 or 7527119. OLE color: 7527119.
HSL color Cylindrical-coordinate representation of color #CFDA72: hue angle of 66.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFDA72 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 114 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.15 |
| HSL | 66.35º | 0.58% | 0.65% | - |
| HSV(B) | 66.35º | 0.48% | 0.85% | - |
| XYZ | 53.84 | 64.62 | 25.56 | - |
| YUV | 202.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 114 | 0.05 | 0 | 0.48 | 0.15 | 66.35 | 0.58 | 0.65 |
| Hex | CF | DA | 72 | 5 | 0 | 30 | F | 42 | 3A | 41 |
| Octal | 317 | 332 | 162 | 5 | 0 | 60 | 17 | 102 | 72 | 101 |
| Binary | 11001111 | 11011010 | 1110010 | 101 | 0 | 110000 | 1111 | 1000010 | 111010 | 1000001 |
Color Harmonies of #CFDA72
Complementary color
Monochromatic Colors of #CFDA72
Black with #CFDA72
Text Example
Text Example
White with #CFDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA72; }
p { color: rgb(207,218,114); }
H1.HeaderClassName
{
color: #CFDA72;
}
.AnyTagClassName
{
color: #CFDA72;
}
</style>
background-color css
<style>
a { background-color: #CFDA72; }
a { background-color: rgb(207,218,114); }
div.DivClassName
{
background-color: #CFDA72;
}
.BgClassName
{
background-color: #CFDA72;
}
</style>
border-color css
<style>
span { border-color: #CFDA72; }
span { border-color: rgb(207,218,114); }
td.TdClassName
{
border-color: #CFDA72;
}
.TagClassName
{
border-color: #CFDA72;
}
</style>