Shades of Goldenrod #D4D86A
Tints of Goldenrod #D4D86A
RGB
CMYK
RGB Variations
Color information
#D4D86A (or 0xD4D86A) is known color: Goldenrod. HEX triplet: D4, D8 and 6A. RGB value is (212,216,106). Sum of RGB (Red+Green+Blue) = 212+216+106=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D86A is #2B2795. Grayscale: #CACACA. Windows color (decimal): -2828182 or 7002324. OLE color: 7002324.
HSL color Cylindrical-coordinate representation of color #D4D86A: hue angle of 62.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4D86A is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 106 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.15 |
| HSL | 62.18º | 0.59% | 0.63% | - |
| HSV(B) | 62.18º | 0.51% | 0.85% | - |
| XYZ | 54.31 | 64.15 | 23.16 | - |
| YUV | 202.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 106 | 0.02 | 0 | 0.51 | 0.15 | 62.18 | 0.59 | 0.63 |
| Hex | D4 | D8 | 6A | 2 | 0 | 33 | F | 3E | 3B | 3F |
| Octal | 324 | 330 | 152 | 2 | 0 | 63 | 17 | 76 | 73 | 77 |
| Binary | 11010100 | 11011000 | 1101010 | 10 | 0 | 110011 | 1111 | 111110 | 111011 | 111111 |
Color Harmonies of #D4D86A
Complementary color
Monochromatic Colors of #D4D86A
Black with #D4D86A
Text Example
Text Example
White with #D4D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D86A; }
p { color: rgb(212,216,106); }
H1.HeaderClassName
{
color: #D4D86A;
}
.AnyTagClassName
{
color: #D4D86A;
}
</style>
background-color css
<style>
a { background-color: #D4D86A; }
a { background-color: rgb(212,216,106); }
div.DivClassName
{
background-color: #D4D86A;
}
.BgClassName
{
background-color: #D4D86A;
}
</style>
border-color css
<style>
span { border-color: #D4D86A; }
span { border-color: rgb(212,216,106); }
td.TdClassName
{
border-color: #D4D86A;
}
.TagClassName
{
border-color: #D4D86A;
}
</style>