Shades of Goldenrod #D5D270
Tints of Goldenrod #D5D270
RGB
CMYK
RGB Variations
Color information
#D5D270 (or 0xD5D270) is known color: Goldenrod. HEX triplet: D5, D2 and 70. RGB value is (213,210,112). Sum of RGB (Red+Green+Blue) = 213+210+112=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D270 is #2A2D8F. Grayscale: #C8C8C8. Windows color (decimal): -2764176 or 7394005. OLE color: 7394005.
HSL color Cylindrical-coordinate representation of color #D5D270: hue angle of 58.22º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5D270 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 112 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.16 |
| HSL | 58.22º | 0.55% | 0.64% | - |
| HSV(B) | 58.22º | 0.47% | 0.84% | - |
| XYZ | 53.41 | 61.41 | 24.37 | - |
| YUV | 199.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 112 | 0 | 0.01 | 0.47 | 0.16 | 58.22 | 0.55 | 0.64 |
| Hex | D5 | D2 | 70 | 0 | 1 | 2F | 10 | 3A | 37 | 40 |
| Octal | 325 | 322 | 160 | 0 | 1 | 57 | 20 | 72 | 67 | 100 |
| Binary | 11010101 | 11010010 | 1110000 | 0 | 1 | 101111 | 10000 | 111010 | 110111 | 1000000 |
Color Harmonies of #D5D270
Complementary color
Monochromatic Colors of #D5D270
Black with #D5D270
Text Example
Text Example
White with #D5D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D270; }
p { color: rgb(213,210,112); }
H1.HeaderClassName
{
color: #D5D270;
}
.AnyTagClassName
{
color: #D5D270;
}
</style>
background-color css
<style>
a { background-color: #D5D270; }
a { background-color: rgb(213,210,112); }
div.DivClassName
{
background-color: #D5D270;
}
.BgClassName
{
background-color: #D5D270;
}
</style>
border-color css
<style>
span { border-color: #D5D270; }
span { border-color: rgb(213,210,112); }
td.TdClassName
{
border-color: #D5D270;
}
.TagClassName
{
border-color: #D5D270;
}
</style>