Shades of Goldenrod #CFCF71
Tints of Goldenrod #CFCF71
RGB
CMYK
RGB Variations
Color information
#CFCF71 (or 0xCFCF71) is known color: Goldenrod. HEX triplet: CF, CF and 71. RGB value is (207,207,113). Sum of RGB (Red+Green+Blue) = 207+207+113=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF71 is #30308E. Grayscale: #C4C4C4. Windows color (decimal): -3158159 or 7458767. OLE color: 7458767.
HSL color Cylindrical-coordinate representation of color #CFCF71: hue angle of 60º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFCF71 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 113 | - |
| CMYK | 0 | 0 | 0.45 | 0.19 |
| HSL | 60º | 0.49% | 0.63% | - |
| HSV(B) | 60º | 0.45% | 0.81% | - |
| XYZ | 51.03 | 59.08 | 24.34 | - |
| YUV | 196.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 113 | 0 | 0 | 0.45 | 0.19 | 60 | 0.49 | 0.63 |
| Hex | CF | CF | 71 | 0 | 0 | 2D | 13 | 3C | 31 | 3F |
| Octal | 317 | 317 | 161 | 0 | 0 | 55 | 23 | 74 | 61 | 77 |
| Binary | 11001111 | 11001111 | 1110001 | 0 | 0 | 101101 | 10011 | 111100 | 110001 | 111111 |
Color Harmonies of #CFCF71
Complementary color
Monochromatic Colors of #CFCF71
Black with #CFCF71
Text Example
Text Example
White with #CFCF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF71; }
p { color: rgb(207,207,113); }
H1.HeaderClassName
{
color: #CFCF71;
}
.AnyTagClassName
{
color: #CFCF71;
}
</style>
background-color css
<style>
a { background-color: #CFCF71; }
a { background-color: rgb(207,207,113); }
div.DivClassName
{
background-color: #CFCF71;
}
.BgClassName
{
background-color: #CFCF71;
}
</style>
border-color css
<style>
span { border-color: #CFCF71; }
span { border-color: rgb(207,207,113); }
td.TdClassName
{
border-color: #CFCF71;
}
.TagClassName
{
border-color: #CFCF71;
}
</style>