Shades of Goldenrod #D5D362
Tints of Goldenrod #D5D362
RGB
CMYK
RGB Variations
Color information
#D5D362 (or 0xD5D362) is known color: Goldenrod. HEX triplet: D5, D3 and 62. RGB value is (213,211,98). Sum of RGB (Red+Green+Blue) = 213+211+98=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D362 is #2A2C9D. Grayscale: #C7C7C7. Windows color (decimal): -2763934 or 6476757. OLE color: 6476757.
HSL color Cylindrical-coordinate representation of color #D5D362: hue angle of 58.96º degrees, saturation: 0.58, 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 #D5D362 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 98 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.16 |
| HSL | 58.96º | 0.58% | 0.61% | - |
| HSV(B) | 58.96º | 0.54% | 0.84% | - |
| XYZ | 52.94 | 61.62 | 20.66 | - |
| YUV | 198.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 98 | 0 | 0.01 | 0.54 | 0.16 | 58.96 | 0.58 | 0.61 |
| Hex | D5 | D3 | 62 | 0 | 1 | 36 | 10 | 3B | 3A | 3D |
| Octal | 325 | 323 | 142 | 0 | 1 | 66 | 20 | 73 | 72 | 75 |
| Binary | 11010101 | 11010011 | 1100010 | 0 | 1 | 110110 | 10000 | 111011 | 111010 | 111101 |
Color Harmonies of #D5D362
Complementary color
Monochromatic Colors of #D5D362
Black with #D5D362
Text Example
Text Example
White with #D5D362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D362; }
p { color: rgb(213,211,98); }
H1.HeaderClassName
{
color: #D5D362;
}
.AnyTagClassName
{
color: #D5D362;
}
</style>
background-color css
<style>
a { background-color: #D5D362; }
a { background-color: rgb(213,211,98); }
div.DivClassName
{
background-color: #D5D362;
}
.BgClassName
{
background-color: #D5D362;
}
</style>
border-color css
<style>
span { border-color: #D5D362; }
span { border-color: rgb(213,211,98); }
td.TdClassName
{
border-color: #D5D362;
}
.TagClassName
{
border-color: #D5D362;
}
</style>