Shades of Goldenrod #CFD971
Tints of Goldenrod #CFD971
RGB
CMYK
RGB Variations
Color information
#CFD971 (or 0xCFD971) is known color: Goldenrod. HEX triplet: CF, D9 and 71. RGB value is (207,217,113). Sum of RGB (Red+Green+Blue) = 207+217+113=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD971 is #30268E. Grayscale: #CACACA. Windows color (decimal): -3155599 or 7461327. OLE color: 7461327.
HSL color Cylindrical-coordinate representation of color #CFD971: hue angle of 65.77º 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 #CFD971 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 113 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.15 |
| HSL | 65.77º | 0.58% | 0.65% | - |
| HSV(B) | 65.77º | 0.48% | 0.85% | - |
| XYZ | 53.53 | 64.08 | 25.17 | - |
| YUV | 202.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 113 | 0.05 | 0 | 0.48 | 0.15 | 65.77 | 0.58 | 0.65 |
| Hex | CF | D9 | 71 | 5 | 0 | 30 | F | 42 | 3A | 41 |
| Octal | 317 | 331 | 161 | 5 | 0 | 60 | 17 | 102 | 72 | 101 |
| Binary | 11001111 | 11011001 | 1110001 | 101 | 0 | 110000 | 1111 | 1000010 | 111010 | 1000001 |
Color Harmonies of #CFD971
Complementary color
Monochromatic Colors of #CFD971
Black with #CFD971
Text Example
Text Example
White with #CFD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD971; }
p { color: rgb(207,217,113); }
H1.HeaderClassName
{
color: #CFD971;
}
.AnyTagClassName
{
color: #CFD971;
}
</style>
background-color css
<style>
a { background-color: #CFD971; }
a { background-color: rgb(207,217,113); }
div.DivClassName
{
background-color: #CFD971;
}
.BgClassName
{
background-color: #CFD971;
}
</style>
border-color css
<style>
span { border-color: #CFD971; }
span { border-color: rgb(207,217,113); }
td.TdClassName
{
border-color: #CFD971;
}
.TagClassName
{
border-color: #CFD971;
}
</style>