Shades of Goldenrod #D3D65E
Tints of Goldenrod #D3D65E
RGB
CMYK
RGB Variations
Color information
#D3D65E (or 0xD3D65E) is known color: Goldenrod. HEX triplet: D3, D6 and 5E. RGB value is (211,214,94). Sum of RGB (Red+Green+Blue) = 211+214+94=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D65E is #2C29A1. Grayscale: #C7C7C7. Windows color (decimal): -2894242 or 6215379. OLE color: 6215379.
HSL color Cylindrical-coordinate representation of color #D3D65E: hue angle of 61.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3D65E is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 94 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.16 |
| HSL | 61.5º | 0.59% | 0.6% | - |
| HSV(B) | 61.5º | 0.56% | 0.84% | - |
| XYZ | 52.93 | 62.75 | 19.91 | - |
| YUV | 199.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 94 | 0.01 | 0 | 0.56 | 0.16 | 61.5 | 0.59 | 0.6 |
| Hex | D3 | D6 | 5E | 1 | 0 | 38 | 10 | 3E | 3B | 3C |
| Octal | 323 | 326 | 136 | 1 | 0 | 70 | 20 | 76 | 73 | 74 |
| Binary | 11010011 | 11010110 | 1011110 | 1 | 0 | 111000 | 10000 | 111110 | 111011 | 111100 |
Color Harmonies of #D3D65E
Complementary color
Monochromatic Colors of #D3D65E
Black with #D3D65E
Text Example
Text Example
White with #D3D65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D65E; }
p { color: rgb(211,214,94); }
H1.HeaderClassName
{
color: #D3D65E;
}
.AnyTagClassName
{
color: #D3D65E;
}
</style>
background-color css
<style>
a { background-color: #D3D65E; }
a { background-color: rgb(211,214,94); }
div.DivClassName
{
background-color: #D3D65E;
}
.BgClassName
{
background-color: #D3D65E;
}
</style>
border-color css
<style>
span { border-color: #D3D65E; }
span { border-color: rgb(211,214,94); }
td.TdClassName
{
border-color: #D3D65E;
}
.TagClassName
{
border-color: #D3D65E;
}
</style>