Shades of Goldenrod #D5D46F
Tints of Goldenrod #D5D46F
RGB
CMYK
RGB Variations
Color information
#D5D46F (or 0xD5D46F) is known color: Goldenrod. HEX triplet: D5, D4 and 6F. RGB value is (213,212,111). Sum of RGB (Red+Green+Blue) = 213+212+111=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D46F is #2A2B90. Grayscale: #C9C9C9. Windows color (decimal): -2763665 or 7328981. OLE color: 7328981.
HSL color Cylindrical-coordinate representation of color #D5D46F: hue angle of 59.41º 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 #D5D46F is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 111 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.16 |
| HSL | 59.41º | 0.55% | 0.64% | - |
| HSV(B) | 59.41º | 0.48% | 0.84% | - |
| XYZ | 53.85 | 62.38 | 24.24 | - |
| YUV | 200.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 111 | 0 | 0.00 | 0.48 | 0.16 | 59.41 | 0.55 | 0.64 |
| Hex | D5 | D4 | 6F | 0 | 0 | 30 | 10 | 3B | 37 | 40 |
| Octal | 325 | 324 | 157 | 0 | 0 | 60 | 20 | 73 | 67 | 100 |
| Binary | 11010101 | 11010100 | 1101111 | 0 | 0 | 110000 | 10000 | 111011 | 110111 | 1000000 |
Color Harmonies of #D5D46F
Complementary color
Monochromatic Colors of #D5D46F
Black with #D5D46F
Text Example
Text Example
White with #D5D46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D46F; }
p { color: rgb(213,212,111); }
H1.HeaderClassName
{
color: #D5D46F;
}
.AnyTagClassName
{
color: #D5D46F;
}
</style>
background-color css
<style>
a { background-color: #D5D46F; }
a { background-color: rgb(213,212,111); }
div.DivClassName
{
background-color: #D5D46F;
}
.BgClassName
{
background-color: #D5D46F;
}
</style>
border-color css
<style>
span { border-color: #D5D46F; }
span { border-color: rgb(213,212,111); }
td.TdClassName
{
border-color: #D5D46F;
}
.TagClassName
{
border-color: #D5D46F;
}
</style>