Shades of Goldenrod #CFD771
Tints of Goldenrod #CFD771
RGB
CMYK
RGB Variations
Color information
#CFD771 (or 0xCFD771) is known color: Goldenrod. HEX triplet: CF, D7 and 71. RGB value is (207,215,113). Sum of RGB (Red+Green+Blue) = 207+215+113=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD771 is #30288E. Grayscale: #C9C9C9. Windows color (decimal): -3156111 or 7460815. OLE color: 7460815.
HSL color Cylindrical-coordinate representation of color #CFD771: hue angle of 64.71º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD771 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 113 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.16 |
| HSL | 64.71º | 0.56% | 0.64% | - |
| HSV(B) | 64.71º | 0.47% | 0.84% | - |
| XYZ | 53.01 | 63.06 | 25 | - |
| YUV | 200.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 113 | 0.04 | 0 | 0.47 | 0.16 | 64.71 | 0.56 | 0.64 |
| Hex | CF | D7 | 71 | 4 | 0 | 2F | 10 | 41 | 38 | 40 |
| Octal | 317 | 327 | 161 | 4 | 0 | 57 | 20 | 101 | 70 | 100 |
| Binary | 11001111 | 11010111 | 1110001 | 100 | 0 | 101111 | 10000 | 1000001 | 111000 | 1000000 |
Color Harmonies of #CFD771
Complementary color
Monochromatic Colors of #CFD771
Black with #CFD771
Text Example
Text Example
White with #CFD771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD771; }
p { color: rgb(207,215,113); }
H1.HeaderClassName
{
color: #CFD771;
}
.AnyTagClassName
{
color: #CFD771;
}
</style>
background-color css
<style>
a { background-color: #CFD771; }
a { background-color: rgb(207,215,113); }
div.DivClassName
{
background-color: #CFD771;
}
.BgClassName
{
background-color: #CFD771;
}
</style>
border-color css
<style>
span { border-color: #CFD771; }
span { border-color: rgb(207,215,113); }
td.TdClassName
{
border-color: #CFD771;
}
.TagClassName
{
border-color: #CFD771;
}
</style>