Shades of Goldenrod #D7D375
Tints of Goldenrod #D7D375
RGB
CMYK
RGB Variations
Color information
#D7D375 (or 0xD7D375) is known color: Goldenrod. HEX triplet: D7, D3 and 75. RGB value is (215,211,117). Sum of RGB (Red+Green+Blue) = 215+211+117=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D375 is #282C8A. Grayscale: #C9C9C9. Windows color (decimal): -2632843 or 7721943. OLE color: 7721943.
HSL color Cylindrical-coordinate representation of color #D7D375: hue angle of 57.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7D375 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 117 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.16 |
| HSL | 57.55º | 0.55% | 0.65% | - |
| HSV(B) | 57.55º | 0.46% | 0.84% | - |
| XYZ | 54.53 | 62.32 | 25.98 | - |
| YUV | 201.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 117 | 0 | 0.02 | 0.46 | 0.16 | 57.55 | 0.55 | 0.65 |
| Hex | D7 | D3 | 75 | 0 | 2 | 2E | 10 | 3A | 37 | 41 |
| Octal | 327 | 323 | 165 | 0 | 2 | 56 | 20 | 72 | 67 | 101 |
| Binary | 11010111 | 11010011 | 1110101 | 0 | 10 | 101110 | 10000 | 111010 | 110111 | 1000001 |
Color Harmonies of #D7D375
Complementary color
Monochromatic Colors of #D7D375
Black with #D7D375
Text Example
Text Example
White with #D7D375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D375; }
p { color: rgb(215,211,117); }
H1.HeaderClassName
{
color: #D7D375;
}
.AnyTagClassName
{
color: #D7D375;
}
</style>
background-color css
<style>
a { background-color: #D7D375; }
a { background-color: rgb(215,211,117); }
div.DivClassName
{
background-color: #D7D375;
}
.BgClassName
{
background-color: #D7D375;
}
</style>
border-color css
<style>
span { border-color: #D7D375; }
span { border-color: rgb(215,211,117); }
td.TdClassName
{
border-color: #D7D375;
}
.TagClassName
{
border-color: #D7D375;
}
</style>