Shades of Goldenrod #CFCB6C
Tints of Goldenrod #CFCB6C
RGB
CMYK
RGB Variations
Color information
#CFCB6C (or 0xCFCB6C) is known color: Goldenrod. HEX triplet: CF, CB and 6C. RGB value is (207,203,108). Sum of RGB (Red+Green+Blue) = 207+203+108=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB6C is #303493. Grayscale: #C1C1C1. Windows color (decimal): -3159188 or 7130063. OLE color: 7130063.
HSL color Cylindrical-coordinate representation of color #CFCB6C: hue angle of 57.58º 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 #CFCB6C is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 108 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.19 |
| HSL | 57.58º | 0.51% | 0.62% | - |
| HSV(B) | 57.58º | 0.48% | 0.81% | - |
| XYZ | 49.79 | 57.06 | 22.58 | - |
| YUV | 193.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 108 | 0 | 0.02 | 0.48 | 0.19 | 57.58 | 0.51 | 0.62 |
| Hex | CF | CB | 6C | 0 | 2 | 30 | 13 | 3A | 33 | 3E |
| Octal | 317 | 313 | 154 | 0 | 2 | 60 | 23 | 72 | 63 | 76 |
| Binary | 11001111 | 11001011 | 1101100 | 0 | 10 | 110000 | 10011 | 111010 | 110011 | 111110 |
Color Harmonies of #CFCB6C
Complementary color
Monochromatic Colors of #CFCB6C
Black with #CFCB6C
Text Example
Text Example
White with #CFCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB6C; }
p { color: rgb(207,203,108); }
H1.HeaderClassName
{
color: #CFCB6C;
}
.AnyTagClassName
{
color: #CFCB6C;
}
</style>
background-color css
<style>
a { background-color: #CFCB6C; }
a { background-color: rgb(207,203,108); }
div.DivClassName
{
background-color: #CFCB6C;
}
.BgClassName
{
background-color: #CFCB6C;
}
</style>
border-color css
<style>
span { border-color: #CFCB6C; }
span { border-color: rgb(207,203,108); }
td.TdClassName
{
border-color: #CFCB6C;
}
.TagClassName
{
border-color: #CFCB6C;
}
</style>