Shades of Goldenrod #D6D462
Tints of Goldenrod #D6D462
RGB
CMYK
RGB Variations
Color information
#D6D462 (or 0xD6D462) is known color: Goldenrod. HEX triplet: D6, D4 and 62. RGB value is (214,212,98). Sum of RGB (Red+Green+Blue) = 214+212+98=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D462 is #292B9D. Grayscale: #C8C8C8. Windows color (decimal): -2698142 or 6477014. OLE color: 6477014.
HSL color Cylindrical-coordinate representation of color #D6D462: hue angle of 58.97º 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 #D6D462 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 98 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.16 |
| HSL | 58.97º | 0.59% | 0.61% | - |
| HSV(B) | 58.97º | 0.54% | 0.84% | - |
| XYZ | 53.48 | 62.26 | 20.75 | - |
| YUV | 199.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 98 | 0 | 0.01 | 0.54 | 0.16 | 58.97 | 0.59 | 0.61 |
| Hex | D6 | D4 | 62 | 0 | 1 | 36 | 10 | 3B | 3B | 3D |
| Octal | 326 | 324 | 142 | 0 | 1 | 66 | 20 | 73 | 73 | 75 |
| Binary | 11010110 | 11010100 | 1100010 | 0 | 1 | 110110 | 10000 | 111011 | 111011 | 111101 |
Color Harmonies of #D6D462
Complementary color
Monochromatic Colors of #D6D462
Black with #D6D462
Text Example
Text Example
White with #D6D462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D462; }
p { color: rgb(214,212,98); }
H1.HeaderClassName
{
color: #D6D462;
}
.AnyTagClassName
{
color: #D6D462;
}
</style>
background-color css
<style>
a { background-color: #D6D462; }
a { background-color: rgb(214,212,98); }
div.DivClassName
{
background-color: #D6D462;
}
.BgClassName
{
background-color: #D6D462;
}
</style>
border-color css
<style>
span { border-color: #D6D462; }
span { border-color: rgb(214,212,98); }
td.TdClassName
{
border-color: #D6D462;
}
.TagClassName
{
border-color: #D6D462;
}
</style>