Shades of Goldenrod #CFCE6C
Tints of Goldenrod #CFCE6C
RGB
CMYK
RGB Variations
Color information
#CFCE6C (or 0xCFCE6C) is known color: Goldenrod. HEX triplet: CF, CE and 6C. RGB value is (207,206,108). Sum of RGB (Red+Green+Blue) = 207+206+108=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE6C is #303193. Grayscale: #C3C3C3. Windows color (decimal): -3158420 or 7130831. OLE color: 7130831.
HSL color Cylindrical-coordinate representation of color #CFCE6C: hue angle of 59.39º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFCE6C is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 108 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.19 |
| HSL | 59.39º | 0.51% | 0.62% | - |
| HSV(B) | 59.39º | 0.48% | 0.81% | - |
| XYZ | 50.51 | 58.49 | 22.82 | - |
| YUV | 195.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 108 | 0 | 0.00 | 0.48 | 0.19 | 59.39 | 0.51 | 0.62 |
| Hex | CF | CE | 6C | 0 | 0 | 30 | 13 | 3B | 33 | 3E |
| Octal | 317 | 316 | 154 | 0 | 0 | 60 | 23 | 73 | 63 | 76 |
| Binary | 11001111 | 11001110 | 1101100 | 0 | 0 | 110000 | 10011 | 111011 | 110011 | 111110 |
Color Harmonies of #CFCE6C
Complementary color
Monochromatic Colors of #CFCE6C
Black with #CFCE6C
Text Example
Text Example
White with #CFCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE6C; }
p { color: rgb(207,206,108); }
H1.HeaderClassName
{
color: #CFCE6C;
}
.AnyTagClassName
{
color: #CFCE6C;
}
</style>
background-color css
<style>
a { background-color: #CFCE6C; }
a { background-color: rgb(207,206,108); }
div.DivClassName
{
background-color: #CFCE6C;
}
.BgClassName
{
background-color: #CFCE6C;
}
</style>
border-color css
<style>
span { border-color: #CFCE6C; }
span { border-color: rgb(207,206,108); }
td.TdClassName
{
border-color: #CFCE6C;
}
.TagClassName
{
border-color: #CFCE6C;
}
</style>