Shades of Goldenrod #D5D16F
Tints of Goldenrod #D5D16F
RGB
CMYK
RGB Variations
Color information
#D5D16F (or 0xD5D16F) is known color: Goldenrod. HEX triplet: D5, D1 and 6F. RGB value is (213,209,111). Sum of RGB (Red+Green+Blue) = 213+209+111=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D16F is #2A2E90. Grayscale: #C7C7C7. Windows color (decimal): -2764433 or 7328213. OLE color: 7328213.
HSL color Cylindrical-coordinate representation of color #D5D16F: hue angle of 57.65º 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 #D5D16F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 111 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.16 |
| HSL | 57.65º | 0.55% | 0.64% | - |
| HSV(B) | 57.65º | 0.48% | 0.84% | - |
| XYZ | 53.11 | 60.89 | 23.99 | - |
| YUV | 199.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 111 | 0 | 0.02 | 0.48 | 0.16 | 57.65 | 0.55 | 0.64 |
| Hex | D5 | D1 | 6F | 0 | 2 | 30 | 10 | 3A | 37 | 40 |
| Octal | 325 | 321 | 157 | 0 | 2 | 60 | 20 | 72 | 67 | 100 |
| Binary | 11010101 | 11010001 | 1101111 | 0 | 10 | 110000 | 10000 | 111010 | 110111 | 1000000 |
Color Harmonies of #D5D16F
Complementary color
Monochromatic Colors of #D5D16F
Black with #D5D16F
Text Example
Text Example
White with #D5D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D16F; }
p { color: rgb(213,209,111); }
H1.HeaderClassName
{
color: #D5D16F;
}
.AnyTagClassName
{
color: #D5D16F;
}
</style>
background-color css
<style>
a { background-color: #D5D16F; }
a { background-color: rgb(213,209,111); }
div.DivClassName
{
background-color: #D5D16F;
}
.BgClassName
{
background-color: #D5D16F;
}
</style>
border-color css
<style>
span { border-color: #D5D16F; }
span { border-color: rgb(213,209,111); }
td.TdClassName
{
border-color: #D5D16F;
}
.TagClassName
{
border-color: #D5D16F;
}
</style>