Shades of Goldenrod #D4D575
Tints of Goldenrod #D4D575
RGB
CMYK
RGB Variations
Color information
#D4D575 (or 0xD4D575) is known color: Goldenrod. HEX triplet: D4, D5 and 75. RGB value is (212,213,117). Sum of RGB (Red+Green+Blue) = 212+213+117=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D575 is #2B2A8A. Grayscale: #CACACA. Windows color (decimal): -2828939 or 7722452. OLE color: 7722452.
HSL color Cylindrical-coordinate representation of color #D4D575: hue angle of 60.63º 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 #D4D575 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 117 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.16 |
| HSL | 60.63º | 0.53% | 0.65% | - |
| HSV(B) | 60.63º | 0.45% | 0.84% | - |
| XYZ | 54.16 | 62.87 | 26.11 | - |
| YUV | 201.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 117 | 0.00 | 0 | 0.45 | 0.16 | 60.63 | 0.53 | 0.65 |
| Hex | D4 | D5 | 75 | 0 | 0 | 2D | 10 | 3D | 35 | 41 |
| Octal | 324 | 325 | 165 | 0 | 0 | 55 | 20 | 75 | 65 | 101 |
| Binary | 11010100 | 11010101 | 1110101 | 0 | 0 | 101101 | 10000 | 111101 | 110101 | 1000001 |
Color Harmonies of #D4D575
Complementary color
Monochromatic Colors of #D4D575
Black with #D4D575
Text Example
Text Example
White with #D4D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D575; }
p { color: rgb(212,213,117); }
H1.HeaderClassName
{
color: #D4D575;
}
.AnyTagClassName
{
color: #D4D575;
}
</style>
background-color css
<style>
a { background-color: #D4D575; }
a { background-color: rgb(212,213,117); }
div.DivClassName
{
background-color: #D4D575;
}
.BgClassName
{
background-color: #D4D575;
}
</style>
border-color css
<style>
span { border-color: #D4D575; }
span { border-color: rgb(212,213,117); }
td.TdClassName
{
border-color: #D4D575;
}
.TagClassName
{
border-color: #D4D575;
}
</style>