Shades of Goldenrod #CFCE6B
Tints of Goldenrod #CFCE6B
RGB
CMYK
RGB Variations
Color information
#CFCE6B (or 0xCFCE6B) is known color: Goldenrod. HEX triplet: CF, CE and 6B. RGB value is (207,206,107). Sum of RGB (Red+Green+Blue) = 207+206+107=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE6B is #303194. Grayscale: #C3C3C3. Windows color (decimal): -3158421 or 7065295. OLE color: 7065295.
HSL color Cylindrical-coordinate representation of color #CFCE6B: hue angle of 59.4º 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 #CFCE6B is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 107 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.19 |
| HSL | 59.4º | 0.51% | 0.62% | - |
| HSV(B) | 59.4º | 0.48% | 0.81% | - |
| XYZ | 50.46 | 58.47 | 22.54 | - |
| YUV | 195.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 107 | 0 | 0.00 | 0.48 | 0.19 | 59.4 | 0.51 | 0.62 |
| Hex | CF | CE | 6B | 0 | 0 | 30 | 13 | 3B | 33 | 3E |
| Octal | 317 | 316 | 153 | 0 | 0 | 60 | 23 | 73 | 63 | 76 |
| Binary | 11001111 | 11001110 | 1101011 | 0 | 0 | 110000 | 10011 | 111011 | 110011 | 111110 |
Color Harmonies of #CFCE6B
Complementary color
Monochromatic Colors of #CFCE6B
Black with #CFCE6B
Text Example
Text Example
White with #CFCE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE6B; }
p { color: rgb(207,206,107); }
H1.HeaderClassName
{
color: #CFCE6B;
}
.AnyTagClassName
{
color: #CFCE6B;
}
</style>
background-color css
<style>
a { background-color: #CFCE6B; }
a { background-color: rgb(207,206,107); }
div.DivClassName
{
background-color: #CFCE6B;
}
.BgClassName
{
background-color: #CFCE6B;
}
</style>
border-color css
<style>
span { border-color: #CFCE6B; }
span { border-color: rgb(207,206,107); }
td.TdClassName
{
border-color: #CFCE6B;
}
.TagClassName
{
border-color: #CFCE6B;
}
</style>