Shades of Goldenrod #D5D06D
Tints of Goldenrod #D5D06D
RGB
CMYK
RGB Variations
Color information
#D5D06D (or 0xD5D06D) is known color: Goldenrod. HEX triplet: D5, D0 and 6D. RGB value is (213,208,109). Sum of RGB (Red+Green+Blue) = 213+208+109=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D06D is #2A2F92. Grayscale: #C6C6C6. Windows color (decimal): -2764691 or 7196885. OLE color: 7196885.
HSL color Cylindrical-coordinate representation of color #D5D06D: hue angle of 57.12º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5D06D is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 109 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.16 |
| HSL | 57.12º | 0.55% | 0.63% | - |
| HSV(B) | 57.12º | 0.49% | 0.84% | - |
| XYZ | 52.76 | 60.36 | 23.34 | - |
| YUV | 198.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 109 | 0 | 0.02 | 0.49 | 0.16 | 57.12 | 0.55 | 0.63 |
| Hex | D5 | D0 | 6D | 0 | 2 | 31 | 10 | 39 | 37 | 3F |
| Octal | 325 | 320 | 155 | 0 | 2 | 61 | 20 | 71 | 67 | 77 |
| Binary | 11010101 | 11010000 | 1101101 | 0 | 10 | 110001 | 10000 | 111001 | 110111 | 111111 |
Color Harmonies of #D5D06D
Complementary color
Monochromatic Colors of #D5D06D
Black with #D5D06D
Text Example
Text Example
White with #D5D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D06D; }
p { color: rgb(213,208,109); }
H1.HeaderClassName
{
color: #D5D06D;
}
.AnyTagClassName
{
color: #D5D06D;
}
</style>
background-color css
<style>
a { background-color: #D5D06D; }
a { background-color: rgb(213,208,109); }
div.DivClassName
{
background-color: #D5D06D;
}
.BgClassName
{
background-color: #D5D06D;
}
</style>
border-color css
<style>
span { border-color: #D5D06D; }
span { border-color: rgb(213,208,109); }
td.TdClassName
{
border-color: #D5D06D;
}
.TagClassName
{
border-color: #D5D06D;
}
</style>