Shades of Goldenrod #CFCB6D
Tints of Goldenrod #CFCB6D
RGB
CMYK
RGB Variations
Color information
#CFCB6D (or 0xCFCB6D) is known color: Goldenrod. HEX triplet: CF, CB and 6D. RGB value is (207,203,109). Sum of RGB (Red+Green+Blue) = 207+203+109=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB6D is #303492. Grayscale: #C1C1C1. Windows color (decimal): -3159187 or 7195599. OLE color: 7195599.
HSL color Cylindrical-coordinate representation of color #CFCB6D: hue angle of 57.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFCB6D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 109 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.19 |
| HSL | 57.55º | 0.51% | 0.62% | - |
| HSV(B) | 57.55º | 0.47% | 0.81% | - |
| XYZ | 49.85 | 57.08 | 22.86 | - |
| YUV | 193.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 109 | 0 | 0.02 | 0.47 | 0.19 | 57.55 | 0.51 | 0.62 |
| Hex | CF | CB | 6D | 0 | 2 | 2F | 13 | 3A | 33 | 3E |
| Octal | 317 | 313 | 155 | 0 | 2 | 57 | 23 | 72 | 63 | 76 |
| Binary | 11001111 | 11001011 | 1101101 | 0 | 10 | 101111 | 10011 | 111010 | 110011 | 111110 |
Color Harmonies of #CFCB6D
Complementary color
Monochromatic Colors of #CFCB6D
Black with #CFCB6D
Text Example
Text Example
White with #CFCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB6D; }
p { color: rgb(207,203,109); }
H1.HeaderClassName
{
color: #CFCB6D;
}
.AnyTagClassName
{
color: #CFCB6D;
}
</style>
background-color css
<style>
a { background-color: #CFCB6D; }
a { background-color: rgb(207,203,109); }
div.DivClassName
{
background-color: #CFCB6D;
}
.BgClassName
{
background-color: #CFCB6D;
}
</style>
border-color css
<style>
span { border-color: #CFCB6D; }
span { border-color: rgb(207,203,109); }
td.TdClassName
{
border-color: #CFCB6D;
}
.TagClassName
{
border-color: #CFCB6D;
}
</style>