Shades of Goldenrod #CFCE65
Tints of Goldenrod #CFCE65
RGB
CMYK
RGB Variations
Color information
#CFCE65 (or 0xCFCE65) is known color: Goldenrod. HEX triplet: CF, CE and 65. RGB value is (207,206,101). Sum of RGB (Red+Green+Blue) = 207+206+101=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE65 is #30319A. Grayscale: #C2C2C2. Windows color (decimal): -3158427 or 6672079. OLE color: 6672079.
HSL color Cylindrical-coordinate representation of color #CFCE65: hue angle of 59.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFCE65 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 101 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.19 |
| HSL | 59.43º | 0.52% | 0.6% | - |
| HSV(B) | 59.43º | 0.51% | 0.81% | - |
| XYZ | 50.15 | 58.35 | 20.93 | - |
| YUV | 194.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 101 | 0 | 0.00 | 0.51 | 0.19 | 59.43 | 0.52 | 0.6 |
| Hex | CF | CE | 65 | 0 | 0 | 33 | 13 | 3B | 34 | 3C |
| Octal | 317 | 316 | 145 | 0 | 0 | 63 | 23 | 73 | 64 | 74 |
| Binary | 11001111 | 11001110 | 1100101 | 0 | 0 | 110011 | 10011 | 111011 | 110100 | 111100 |
Color Harmonies of #CFCE65
Complementary color
Monochromatic Colors of #CFCE65
Black with #CFCE65
Text Example
Text Example
White with #CFCE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE65; }
p { color: rgb(207,206,101); }
H1.HeaderClassName
{
color: #CFCE65;
}
.AnyTagClassName
{
color: #CFCE65;
}
</style>
background-color css
<style>
a { background-color: #CFCE65; }
a { background-color: rgb(207,206,101); }
div.DivClassName
{
background-color: #CFCE65;
}
.BgClassName
{
background-color: #CFCE65;
}
</style>
border-color css
<style>
span { border-color: #CFCE65; }
span { border-color: rgb(207,206,101); }
td.TdClassName
{
border-color: #CFCE65;
}
.TagClassName
{
border-color: #CFCE65;
}
</style>