Shades of Goldenrod #CFCB6F
Tints of Goldenrod #CFCB6F
RGB
CMYK
RGB Variations
Color information
#CFCB6F (or 0xCFCB6F) is known color: Goldenrod. HEX triplet: CF, CB and 6F. RGB value is (207,203,111). Sum of RGB (Red+Green+Blue) = 207+203+111=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB6F is #303490. Grayscale: #C2C2C2. Windows color (decimal): -3159185 or 7326671. OLE color: 7326671.
HSL color Cylindrical-coordinate representation of color #CFCB6F: hue angle of 57.5º 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 #CFCB6F is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 111 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.19 |
| HSL | 57.5º | 0.5% | 0.62% | - |
| HSV(B) | 57.5º | 0.46% | 0.81% | - |
| XYZ | 49.96 | 57.12 | 23.43 | - |
| YUV | 193.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 111 | 0 | 0.02 | 0.46 | 0.19 | 57.5 | 0.5 | 0.62 |
| Hex | CF | CB | 6F | 0 | 2 | 2E | 13 | 3A | 32 | 3E |
| Octal | 317 | 313 | 157 | 0 | 2 | 56 | 23 | 72 | 62 | 76 |
| Binary | 11001111 | 11001011 | 1101111 | 0 | 10 | 101110 | 10011 | 111010 | 110010 | 111110 |
Color Harmonies of #CFCB6F
Complementary color
Monochromatic Colors of #CFCB6F
Black with #CFCB6F
Text Example
Text Example
White with #CFCB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB6F; }
p { color: rgb(207,203,111); }
H1.HeaderClassName
{
color: #CFCB6F;
}
.AnyTagClassName
{
color: #CFCB6F;
}
</style>
background-color css
<style>
a { background-color: #CFCB6F; }
a { background-color: rgb(207,203,111); }
div.DivClassName
{
background-color: #CFCB6F;
}
.BgClassName
{
background-color: #CFCB6F;
}
</style>
border-color css
<style>
span { border-color: #CFCB6F; }
span { border-color: rgb(207,203,111); }
td.TdClassName
{
border-color: #CFCB6F;
}
.TagClassName
{
border-color: #CFCB6F;
}
</style>