Shades of Goldenrod #D5D475
Tints of Goldenrod #D5D475
RGB
CMYK
RGB Variations
Color information
#D5D475 (or 0xD5D475) is known color: Goldenrod. HEX triplet: D5, D4 and 75. RGB value is (213,212,117). Sum of RGB (Red+Green+Blue) = 213+212+117=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D475 is #2A2B8A. Grayscale: #C9C9C9. Windows color (decimal): -2763659 or 7722197. OLE color: 7722197.
HSL color Cylindrical-coordinate representation of color #D5D475: hue angle of 59.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5D475 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 117 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.16 |
| HSL | 59.38º | 0.53% | 0.65% | - |
| HSV(B) | 59.38º | 0.45% | 0.84% | - |
| XYZ | 54.19 | 62.52 | 26.04 | - |
| YUV | 201.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 117 | 0 | 0.00 | 0.45 | 0.16 | 59.38 | 0.53 | 0.65 |
| Hex | D5 | D4 | 75 | 0 | 0 | 2D | 10 | 3B | 35 | 41 |
| Octal | 325 | 324 | 165 | 0 | 0 | 55 | 20 | 73 | 65 | 101 |
| Binary | 11010101 | 11010100 | 1110101 | 0 | 0 | 101101 | 10000 | 111011 | 110101 | 1000001 |
Color Harmonies of #D5D475
Complementary color
Monochromatic Colors of #D5D475
Black with #D5D475
Text Example
Text Example
White with #D5D475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D475; }
p { color: rgb(213,212,117); }
H1.HeaderClassName
{
color: #D5D475;
}
.AnyTagClassName
{
color: #D5D475;
}
</style>
background-color css
<style>
a { background-color: #D5D475; }
a { background-color: rgb(213,212,117); }
div.DivClassName
{
background-color: #D5D475;
}
.BgClassName
{
background-color: #D5D475;
}
</style>
border-color css
<style>
span { border-color: #D5D475; }
span { border-color: rgb(213,212,117); }
td.TdClassName
{
border-color: #D5D475;
}
.TagClassName
{
border-color: #D5D475;
}
</style>