Shades of Goldenrod #CFCE6F
Tints of Goldenrod #CFCE6F
RGB
CMYK
RGB Variations
Color information
#CFCE6F (or 0xCFCE6F) is known color: Goldenrod. HEX triplet: CF, CE and 6F. RGB value is (207,206,111). Sum of RGB (Red+Green+Blue) = 207+206+111=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE6F is #303190. Grayscale: #C3C3C3. Windows color (decimal): -3158417 or 7327439. OLE color: 7327439.
HSL color Cylindrical-coordinate representation of color #CFCE6F: hue angle of 59.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFCE6F is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 111 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.19 |
| HSL | 59.38º | 0.5% | 0.62% | - |
| HSV(B) | 59.38º | 0.46% | 0.81% | - |
| XYZ | 50.67 | 58.56 | 23.67 | - |
| YUV | 195.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 111 | 0 | 0.00 | 0.46 | 0.19 | 59.38 | 0.5 | 0.62 |
| Hex | CF | CE | 6F | 0 | 0 | 2E | 13 | 3B | 32 | 3E |
| Octal | 317 | 316 | 157 | 0 | 0 | 56 | 23 | 73 | 62 | 76 |
| Binary | 11001111 | 11001110 | 1101111 | 0 | 0 | 101110 | 10011 | 111011 | 110010 | 111110 |
Color Harmonies of #CFCE6F
Complementary color
Monochromatic Colors of #CFCE6F
Black with #CFCE6F
Text Example
Text Example
White with #CFCE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE6F; }
p { color: rgb(207,206,111); }
H1.HeaderClassName
{
color: #CFCE6F;
}
.AnyTagClassName
{
color: #CFCE6F;
}
</style>
background-color css
<style>
a { background-color: #CFCE6F; }
a { background-color: rgb(207,206,111); }
div.DivClassName
{
background-color: #CFCE6F;
}
.BgClassName
{
background-color: #CFCE6F;
}
</style>
border-color css
<style>
span { border-color: #CFCE6F; }
span { border-color: rgb(207,206,111); }
td.TdClassName
{
border-color: #CFCE6F;
}
.TagClassName
{
border-color: #CFCE6F;
}
</style>