Shades of Goldenrod #D5D56F
Tints of Goldenrod #D5D56F
RGB
CMYK
RGB Variations
Color information
#D5D56F (or 0xD5D56F) is known color: Goldenrod. HEX triplet: D5, D5 and 6F. RGB value is (213,213,111). Sum of RGB (Red+Green+Blue) = 213+213+111=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D56F is #2A2A90. Grayscale: #C9C9C9. Windows color (decimal): -2763409 or 7329237. OLE color: 7329237.
HSL color Cylindrical-coordinate representation of color #D5D56F: hue angle of 60º 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 #D5D56F is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 111 | - |
| CMYK | 0 | 0 | 0.48 | 0.16 |
| HSL | 60º | 0.55% | 0.64% | - |
| HSV(B) | 60º | 0.48% | 0.84% | - |
| XYZ | 54.1 | 62.88 | 24.32 | - |
| YUV | 201.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 111 | 0 | 0 | 0.48 | 0.16 | 60 | 0.55 | 0.64 |
| Hex | D5 | D5 | 6F | 0 | 0 | 30 | 10 | 3C | 37 | 40 |
| Octal | 325 | 325 | 157 | 0 | 0 | 60 | 20 | 74 | 67 | 100 |
| Binary | 11010101 | 11010101 | 1101111 | 0 | 0 | 110000 | 10000 | 111100 | 110111 | 1000000 |
Color Harmonies of #D5D56F
Complementary color
Monochromatic Colors of #D5D56F
Black with #D5D56F
Text Example
Text Example
White with #D5D56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D56F; }
p { color: rgb(213,213,111); }
H1.HeaderClassName
{
color: #D5D56F;
}
.AnyTagClassName
{
color: #D5D56F;
}
</style>
background-color css
<style>
a { background-color: #D5D56F; }
a { background-color: rgb(213,213,111); }
div.DivClassName
{
background-color: #D5D56F;
}
.BgClassName
{
background-color: #D5D56F;
}
</style>
border-color css
<style>
span { border-color: #D5D56F; }
span { border-color: rgb(213,213,111); }
td.TdClassName
{
border-color: #D5D56F;
}
.TagClassName
{
border-color: #D5D56F;
}
</style>