Shades of Goldenrod #D5D36F
Tints of Goldenrod #D5D36F
RGB
CMYK
RGB Variations
Color information
#D5D36F (or 0xD5D36F) is known color: Goldenrod. HEX triplet: D5, D3 and 6F. RGB value is (213,211,111). Sum of RGB (Red+Green+Blue) = 213+211+111=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D36F is #2A2C90. Grayscale: #C8C8C8. Windows color (decimal): -2763921 or 7328725. OLE color: 7328725.
HSL color Cylindrical-coordinate representation of color #D5D36F: hue angle of 58.82º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5D36F is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 111 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.16 |
| HSL | 58.82º | 0.55% | 0.64% | - |
| HSV(B) | 58.82º | 0.48% | 0.84% | - |
| XYZ | 53.6 | 61.88 | 24.16 | - |
| YUV | 200.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 111 | 0 | 0.01 | 0.48 | 0.16 | 58.82 | 0.55 | 0.64 |
| Hex | D5 | D3 | 6F | 0 | 1 | 30 | 10 | 3B | 37 | 40 |
| Octal | 325 | 323 | 157 | 0 | 1 | 60 | 20 | 73 | 67 | 100 |
| Binary | 11010101 | 11010011 | 1101111 | 0 | 1 | 110000 | 10000 | 111011 | 110111 | 1000000 |
Color Harmonies of #D5D36F
Complementary color
Monochromatic Colors of #D5D36F
Black with #D5D36F
Text Example
Text Example
White with #D5D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D36F; }
p { color: rgb(213,211,111); }
H1.HeaderClassName
{
color: #D5D36F;
}
.AnyTagClassName
{
color: #D5D36F;
}
</style>
background-color css
<style>
a { background-color: #D5D36F; }
a { background-color: rgb(213,211,111); }
div.DivClassName
{
background-color: #D5D36F;
}
.BgClassName
{
background-color: #D5D36F;
}
</style>
border-color css
<style>
span { border-color: #D5D36F; }
span { border-color: rgb(213,211,111); }
td.TdClassName
{
border-color: #D5D36F;
}
.TagClassName
{
border-color: #D5D36F;
}
</style>