Shades of Goldenrod #D5D175
Tints of Goldenrod #D5D175
RGB
CMYK
RGB Variations
Color information
#D5D175 (or 0xD5D175) is known color: Goldenrod. HEX triplet: D5, D1 and 75. RGB value is (213,209,117). Sum of RGB (Red+Green+Blue) = 213+209+117=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D175 is #2A2E8A. Grayscale: #C8C8C8. Windows color (decimal): -2764427 or 7721429. OLE color: 7721429.
HSL color Cylindrical-coordinate representation of color #D5D175: hue angle of 57.5º 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 #D5D175 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 117 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.16 |
| HSL | 57.5º | 0.53% | 0.65% | - |
| HSV(B) | 57.5º | 0.45% | 0.84% | - |
| XYZ | 53.45 | 61.03 | 25.79 | - |
| YUV | 199.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 117 | 0 | 0.02 | 0.45 | 0.16 | 57.5 | 0.53 | 0.65 |
| Hex | D5 | D1 | 75 | 0 | 2 | 2D | 10 | 3A | 35 | 41 |
| Octal | 325 | 321 | 165 | 0 | 2 | 55 | 20 | 72 | 65 | 101 |
| Binary | 11010101 | 11010001 | 1110101 | 0 | 10 | 101101 | 10000 | 111010 | 110101 | 1000001 |
Color Harmonies of #D5D175
Complementary color
Monochromatic Colors of #D5D175
Black with #D5D175
Text Example
Text Example
White with #D5D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D175; }
p { color: rgb(213,209,117); }
H1.HeaderClassName
{
color: #D5D175;
}
.AnyTagClassName
{
color: #D5D175;
}
</style>
background-color css
<style>
a { background-color: #D5D175; }
a { background-color: rgb(213,209,117); }
div.DivClassName
{
background-color: #D5D175;
}
.BgClassName
{
background-color: #D5D175;
}
</style>
border-color css
<style>
span { border-color: #D5D175; }
span { border-color: rgb(213,209,117); }
td.TdClassName
{
border-color: #D5D175;
}
.TagClassName
{
border-color: #D5D175;
}
</style>