Shades of Goldenrod #CFD762
Tints of Goldenrod #CFD762
RGB
CMYK
RGB Variations
Color information
#CFD762 (or 0xCFD762) is known color: Goldenrod. HEX triplet: CF, D7 and 62. RGB value is (207,215,98). Sum of RGB (Red+Green+Blue) = 207+215+98=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD762 is #30289D. Grayscale: #C7C7C7. Windows color (decimal): -3156126 or 6477775. OLE color: 6477775.
HSL color Cylindrical-coordinate representation of color #CFD762: hue angle of 64.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFD762 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 98 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.16 |
| HSL | 64.1º | 0.59% | 0.61% | - |
| HSV(B) | 64.1º | 0.54% | 0.84% | - |
| XYZ | 52.24 | 62.75 | 20.91 | - |
| YUV | 199.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 98 | 0.04 | 0 | 0.54 | 0.16 | 64.1 | 0.59 | 0.61 |
| Hex | CF | D7 | 62 | 4 | 0 | 36 | 10 | 40 | 3B | 3D |
| Octal | 317 | 327 | 142 | 4 | 0 | 66 | 20 | 100 | 73 | 75 |
| Binary | 11001111 | 11010111 | 1100010 | 100 | 0 | 110110 | 10000 | 1000000 | 111011 | 111101 |
Color Harmonies of #CFD762
Complementary color
Monochromatic Colors of #CFD762
Black with #CFD762
Text Example
Text Example
White with #CFD762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD762; }
p { color: rgb(207,215,98); }
H1.HeaderClassName
{
color: #CFD762;
}
.AnyTagClassName
{
color: #CFD762;
}
</style>
background-color css
<style>
a { background-color: #CFD762; }
a { background-color: rgb(207,215,98); }
div.DivClassName
{
background-color: #CFD762;
}
.BgClassName
{
background-color: #CFD762;
}
</style>
border-color css
<style>
span { border-color: #CFD762; }
span { border-color: rgb(207,215,98); }
td.TdClassName
{
border-color: #CFD762;
}
.TagClassName
{
border-color: #CFD762;
}
</style>