Shades of Goldenrod #CFD462
Tints of Goldenrod #CFD462
RGB
CMYK
RGB Variations
Color information
#CFD462 (or 0xCFD462) is known color: Goldenrod. HEX triplet: CF, D4 and 62. RGB value is (207,212,98). Sum of RGB (Red+Green+Blue) = 207+212+98=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD462 is #302B9D. Grayscale: #C5C5C5. Windows color (decimal): -3156894 or 6477007. OLE color: 6477007.
HSL color Cylindrical-coordinate representation of color #CFD462: hue angle of 62.63º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFD462 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 98 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.17 |
| HSL | 62.63º | 0.57% | 0.61% | - |
| HSV(B) | 62.63º | 0.54% | 0.83% | - |
| XYZ | 51.48 | 61.23 | 20.66 | - |
| YUV | 197.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 98 | 0.02 | 0 | 0.54 | 0.17 | 62.63 | 0.57 | 0.61 |
| Hex | CF | D4 | 62 | 2 | 0 | 36 | 11 | 3F | 39 | 3D |
| Octal | 317 | 324 | 142 | 2 | 0 | 66 | 21 | 77 | 71 | 75 |
| Binary | 11001111 | 11010100 | 1100010 | 10 | 0 | 110110 | 10001 | 111111 | 111001 | 111101 |
Color Harmonies of #CFD462
Complementary color
Monochromatic Colors of #CFD462
Black with #CFD462
Text Example
Text Example
White with #CFD462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD462; }
p { color: rgb(207,212,98); }
H1.HeaderClassName
{
color: #CFD462;
}
.AnyTagClassName
{
color: #CFD462;
}
</style>
background-color css
<style>
a { background-color: #CFD462; }
a { background-color: rgb(207,212,98); }
div.DivClassName
{
background-color: #CFD462;
}
.BgClassName
{
background-color: #CFD462;
}
</style>
border-color css
<style>
span { border-color: #CFD462; }
span { border-color: rgb(207,212,98); }
td.TdClassName
{
border-color: #CFD462;
}
.TagClassName
{
border-color: #CFD462;
}
</style>