Shades of Goldenrod #CFD86B
Tints of Goldenrod #CFD86B
RGB
CMYK
RGB Variations
Color information
#CFD86B (or 0xCFD86B) is known color: Goldenrod. HEX triplet: CF, D8 and 6B. RGB value is (207,216,107). Sum of RGB (Red+Green+Blue) = 207+216+107=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD86B is #302794. Grayscale: #C9C9C9. Windows color (decimal): -3155861 or 7067855. OLE color: 7067855.
HSL color Cylindrical-coordinate representation of color #CFD86B: hue angle of 64.95º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD86B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 107 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.15 |
| HSL | 64.95º | 0.58% | 0.63% | - |
| HSV(B) | 64.95º | 0.5% | 0.85% | - |
| XYZ | 52.94 | 63.44 | 23.36 | - |
| YUV | 200.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 107 | 0.04 | 0 | 0.50 | 0.15 | 64.95 | 0.58 | 0.63 |
| Hex | CF | D8 | 6B | 4 | 0 | 32 | F | 41 | 3A | 3F |
| Octal | 317 | 330 | 153 | 4 | 0 | 62 | 17 | 101 | 72 | 77 |
| Binary | 11001111 | 11011000 | 1101011 | 100 | 0 | 110010 | 1111 | 1000001 | 111010 | 111111 |
Color Harmonies of #CFD86B
Complementary color
Monochromatic Colors of #CFD86B
Black with #CFD86B
Text Example
Text Example
White with #CFD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD86B; }
p { color: rgb(207,216,107); }
H1.HeaderClassName
{
color: #CFD86B;
}
.AnyTagClassName
{
color: #CFD86B;
}
</style>
background-color css
<style>
a { background-color: #CFD86B; }
a { background-color: rgb(207,216,107); }
div.DivClassName
{
background-color: #CFD86B;
}
.BgClassName
{
background-color: #CFD86B;
}
</style>
border-color css
<style>
span { border-color: #CFD86B; }
span { border-color: rgb(207,216,107); }
td.TdClassName
{
border-color: #CFD86B;
}
.TagClassName
{
border-color: #CFD86B;
}
</style>