Shades of Goldenrod #D5D26E
Tints of Goldenrod #D5D26E
RGB
CMYK
RGB Variations
Color information
#D5D26E (or 0xD5D26E) is known color: Goldenrod. HEX triplet: D5, D2 and 6E. RGB value is (213,210,110). Sum of RGB (Red+Green+Blue) = 213+210+110=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D26E is #2A2D91. Grayscale: #C7C7C7. Windows color (decimal): -2764178 or 7262933. OLE color: 7262933.
HSL color Cylindrical-coordinate representation of color #D5D26E: hue angle of 58.25º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5D26E is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 110 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.16 |
| HSL | 58.25º | 0.55% | 0.63% | - |
| HSV(B) | 58.25º | 0.48% | 0.84% | - |
| XYZ | 53.3 | 61.37 | 23.79 | - |
| YUV | 199.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 110 | 0 | 0.01 | 0.48 | 0.16 | 58.25 | 0.55 | 0.63 |
| Hex | D5 | D2 | 6E | 0 | 1 | 30 | 10 | 3A | 37 | 3F |
| Octal | 325 | 322 | 156 | 0 | 1 | 60 | 20 | 72 | 67 | 77 |
| Binary | 11010101 | 11010010 | 1101110 | 0 | 1 | 110000 | 10000 | 111010 | 110111 | 111111 |
Color Harmonies of #D5D26E
Complementary color
Monochromatic Colors of #D5D26E
Black with #D5D26E
Text Example
Text Example
White with #D5D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D26E; }
p { color: rgb(213,210,110); }
H1.HeaderClassName
{
color: #D5D26E;
}
.AnyTagClassName
{
color: #D5D26E;
}
</style>
background-color css
<style>
a { background-color: #D5D26E; }
a { background-color: rgb(213,210,110); }
div.DivClassName
{
background-color: #D5D26E;
}
.BgClassName
{
background-color: #D5D26E;
}
</style>
border-color css
<style>
span { border-color: #D5D26E; }
span { border-color: rgb(213,210,110); }
td.TdClassName
{
border-color: #D5D26E;
}
.TagClassName
{
border-color: #D5D26E;
}
</style>