Shades of Goldenrod #CFD86A
Tints of Goldenrod #CFD86A
RGB
CMYK
RGB Variations
Color information
#CFD86A (or 0xCFD86A) is known color: Goldenrod. HEX triplet: CF, D8 and 6A. RGB value is (207,216,106). Sum of RGB (Red+Green+Blue) = 207+216+106=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD86A is #302795. Grayscale: #C9C9C9. Windows color (decimal): -3155862 or 7002319. OLE color: 7002319.
HSL color Cylindrical-coordinate representation of color #CFD86A: hue angle of 64.91º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFD86A is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 106 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.15 |
| HSL | 64.91º | 0.59% | 0.63% | - |
| HSV(B) | 64.91º | 0.51% | 0.85% | - |
| XYZ | 52.89 | 63.42 | 23.09 | - |
| YUV | 200.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 106 | 0.04 | 0 | 0.51 | 0.15 | 64.91 | 0.59 | 0.63 |
| Hex | CF | D8 | 6A | 4 | 0 | 33 | F | 41 | 3B | 3F |
| Octal | 317 | 330 | 152 | 4 | 0 | 63 | 17 | 101 | 73 | 77 |
| Binary | 11001111 | 11011000 | 1101010 | 100 | 0 | 110011 | 1111 | 1000001 | 111011 | 111111 |
Color Harmonies of #CFD86A
Complementary color
Monochromatic Colors of #CFD86A
Black with #CFD86A
Text Example
Text Example
White with #CFD86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD86A; }
p { color: rgb(207,216,106); }
H1.HeaderClassName
{
color: #CFD86A;
}
.AnyTagClassName
{
color: #CFD86A;
}
</style>
background-color css
<style>
a { background-color: #CFD86A; }
a { background-color: rgb(207,216,106); }
div.DivClassName
{
background-color: #CFD86A;
}
.BgClassName
{
background-color: #CFD86A;
}
</style>
border-color css
<style>
span { border-color: #CFD86A; }
span { border-color: rgb(207,216,106); }
td.TdClassName
{
border-color: #CFD86A;
}
.TagClassName
{
border-color: #CFD86A;
}
</style>