Shades of Goldenrod #CFCE71
Tints of Goldenrod #CFCE71
RGB
CMYK
RGB Variations
Color information
#CFCE71 (or 0xCFCE71) is known color: Goldenrod. HEX triplet: CF, CE and 71. RGB value is (207,206,113). Sum of RGB (Red+Green+Blue) = 207+206+113=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE71 is #30318E. Grayscale: #C4C4C4. Windows color (decimal): -3158415 or 7458511. OLE color: 7458511.
HSL color Cylindrical-coordinate representation of color #CFCE71: hue angle of 59.36º 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 #CFCE71 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 113 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.19 |
| HSL | 59.36º | 0.49% | 0.63% | - |
| HSV(B) | 59.36º | 0.45% | 0.81% | - |
| XYZ | 50.78 | 58.6 | 24.26 | - |
| YUV | 195.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 113 | 0 | 0.00 | 0.45 | 0.19 | 59.36 | 0.49 | 0.63 |
| Hex | CF | CE | 71 | 0 | 0 | 2D | 13 | 3B | 31 | 3F |
| Octal | 317 | 316 | 161 | 0 | 0 | 55 | 23 | 73 | 61 | 77 |
| Binary | 11001111 | 11001110 | 1110001 | 0 | 0 | 101101 | 10011 | 111011 | 110001 | 111111 |
Color Harmonies of #CFCE71
Complementary color
Monochromatic Colors of #CFCE71
Black with #CFCE71
Text Example
Text Example
White with #CFCE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE71; }
p { color: rgb(207,206,113); }
H1.HeaderClassName
{
color: #CFCE71;
}
.AnyTagClassName
{
color: #CFCE71;
}
</style>
background-color css
<style>
a { background-color: #CFCE71; }
a { background-color: rgb(207,206,113); }
div.DivClassName
{
background-color: #CFCE71;
}
.BgClassName
{
background-color: #CFCE71;
}
</style>
border-color css
<style>
span { border-color: #CFCE71; }
span { border-color: rgb(207,206,113); }
td.TdClassName
{
border-color: #CFCE71;
}
.TagClassName
{
border-color: #CFCE71;
}
</style>