Shades of Goldenrod #D5D260
Tints of Goldenrod #D5D260
RGB
CMYK
RGB Variations
Color information
#D5D260 (or 0xD5D260) is known color: Goldenrod. HEX triplet: D5, D2 and 60. RGB value is (213,210,96). Sum of RGB (Red+Green+Blue) = 213+210+96=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D260 is #2A2D9F. Grayscale: #C6C6C6. Windows color (decimal): -2764192 or 6345429. OLE color: 6345429.
HSL color Cylindrical-coordinate representation of color #D5D260: hue angle of 58.46º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5D260 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 96 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.16 |
| HSL | 58.46º | 0.58% | 0.61% | - |
| HSV(B) | 58.46º | 0.55% | 0.84% | - |
| XYZ | 52.6 | 61.08 | 20.08 | - |
| YUV | 197.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 96 | 0 | 0.01 | 0.55 | 0.16 | 58.46 | 0.58 | 0.61 |
| Hex | D5 | D2 | 60 | 0 | 1 | 37 | 10 | 3A | 3A | 3D |
| Octal | 325 | 322 | 140 | 0 | 1 | 67 | 20 | 72 | 72 | 75 |
| Binary | 11010101 | 11010010 | 1100000 | 0 | 1 | 110111 | 10000 | 111010 | 111010 | 111101 |
Color Harmonies of #D5D260
Complementary color
Monochromatic Colors of #D5D260
Black with #D5D260
Text Example
Text Example
White with #D5D260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D260; }
p { color: rgb(213,210,96); }
H1.HeaderClassName
{
color: #D5D260;
}
.AnyTagClassName
{
color: #D5D260;
}
</style>
background-color css
<style>
a { background-color: #D5D260; }
a { background-color: rgb(213,210,96); }
div.DivClassName
{
background-color: #D5D260;
}
.BgClassName
{
background-color: #D5D260;
}
</style>
border-color css
<style>
span { border-color: #D5D260; }
span { border-color: rgb(213,210,96); }
td.TdClassName
{
border-color: #D5D260;
}
.TagClassName
{
border-color: #D5D260;
}
</style>