Shades of Goldenrod #D3D85E
Tints of Goldenrod #D3D85E
RGB
CMYK
RGB Variations
Color information
#D3D85E (or 0xD3D85E) is known color: Goldenrod. HEX triplet: D3, D8 and 5E. RGB value is (211,216,94). Sum of RGB (Red+Green+Blue) = 211+216+94=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D85E is #2C27A1. Grayscale: #C9C9C9. Windows color (decimal): -2893730 or 6215891. OLE color: 6215891.
HSL color Cylindrical-coordinate representation of color #D3D85E: hue angle of 62.46º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3D85E is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 94 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.15 |
| HSL | 62.46º | 0.61% | 0.61% | - |
| HSV(B) | 62.46º | 0.56% | 0.85% | - |
| XYZ | 53.44 | 63.77 | 20.08 | - |
| YUV | 200.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 94 | 0.02 | 0 | 0.56 | 0.15 | 62.46 | 0.61 | 0.61 |
| Hex | D3 | D8 | 5E | 2 | 0 | 38 | F | 3E | 3D | 3D |
| Octal | 323 | 330 | 136 | 2 | 0 | 70 | 17 | 76 | 75 | 75 |
| Binary | 11010011 | 11011000 | 1011110 | 10 | 0 | 111000 | 1111 | 111110 | 111101 | 111101 |
Color Harmonies of #D3D85E
Complementary color
Monochromatic Colors of #D3D85E
Black with #D3D85E
Text Example
Text Example
White with #D3D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D85E; }
p { color: rgb(211,216,94); }
H1.HeaderClassName
{
color: #D3D85E;
}
.AnyTagClassName
{
color: #D3D85E;
}
</style>
background-color css
<style>
a { background-color: #D3D85E; }
a { background-color: rgb(211,216,94); }
div.DivClassName
{
background-color: #D3D85E;
}
.BgClassName
{
background-color: #D3D85E;
}
</style>
border-color css
<style>
span { border-color: #D3D85E; }
span { border-color: rgb(211,216,94); }
td.TdClassName
{
border-color: #D3D85E;
}
.TagClassName
{
border-color: #D3D85E;
}
</style>