Shades of Goldenrod #CFD962
Tints of Goldenrod #CFD962
RGB
CMYK
RGB Variations
Color information
#CFD962 (or 0xCFD962) is known color: Goldenrod. HEX triplet: CF, D9 and 62. RGB value is (207,217,98). Sum of RGB (Red+Green+Blue) = 207+217+98=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD962 is #30269D. Grayscale: #C8C8C8. Windows color (decimal): -3155614 or 6478287. OLE color: 6478287.
HSL color Cylindrical-coordinate representation of color #CFD962: hue angle of 65.04º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFD962 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 98 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.15 |
| HSL | 65.04º | 0.61% | 0.62% | - |
| HSV(B) | 65.04º | 0.55% | 0.85% | - |
| XYZ | 52.75 | 63.77 | 21.08 | - |
| YUV | 200.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 98 | 0.05 | 0 | 0.55 | 0.15 | 65.04 | 0.61 | 0.62 |
| Hex | CF | D9 | 62 | 5 | 0 | 37 | F | 41 | 3D | 3E |
| Octal | 317 | 331 | 142 | 5 | 0 | 67 | 17 | 101 | 75 | 76 |
| Binary | 11001111 | 11011001 | 1100010 | 101 | 0 | 110111 | 1111 | 1000001 | 111101 | 111110 |
Color Harmonies of #CFD962
Complementary color
Monochromatic Colors of #CFD962
Black with #CFD962
Text Example
Text Example
White with #CFD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD962; }
p { color: rgb(207,217,98); }
H1.HeaderClassName
{
color: #CFD962;
}
.AnyTagClassName
{
color: #CFD962;
}
</style>
background-color css
<style>
a { background-color: #CFD962; }
a { background-color: rgb(207,217,98); }
div.DivClassName
{
background-color: #CFD962;
}
.BgClassName
{
background-color: #CFD962;
}
</style>
border-color css
<style>
span { border-color: #CFD962; }
span { border-color: rgb(207,217,98); }
td.TdClassName
{
border-color: #CFD962;
}
.TagClassName
{
border-color: #CFD962;
}
</style>