Shades of Goldenrod #D5DD6D
Tints of Goldenrod #D5DD6D
RGB
CMYK
RGB Variations
Color information
#D5DD6D (or 0xD5DD6D) is known color: Goldenrod. HEX triplet: D5, DD and 6D. RGB value is (213,221,109). Sum of RGB (Red+Green+Blue) = 213+221+109=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD6D is #2A2292. Grayscale: #CECECE. Windows color (decimal): -2761363 or 7200213. OLE color: 7200213.
HSL color Cylindrical-coordinate representation of color #D5DD6D: hue angle of 64.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5DD6D is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 109 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.13 |
| HSL | 64.29º | 0.62% | 0.65% | - |
| HSV(B) | 64.29º | 0.51% | 0.87% | - |
| XYZ | 56.06 | 66.96 | 24.44 | - |
| YUV | 205.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 109 | 0.04 | 0 | 0.51 | 0.13 | 64.29 | 0.62 | 0.65 |
| Hex | D5 | DD | 6D | 4 | 0 | 33 | D | 40 | 3E | 41 |
| Octal | 325 | 335 | 155 | 4 | 0 | 63 | 15 | 100 | 76 | 101 |
| Binary | 11010101 | 11011101 | 1101101 | 100 | 0 | 110011 | 1101 | 1000000 | 111110 | 1000001 |
Color Harmonies of #D5DD6D
Complementary color
Monochromatic Colors of #D5DD6D
Black with #D5DD6D
Text Example
Text Example
White with #D5DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD6D; }
p { color: rgb(213,221,109); }
H1.HeaderClassName
{
color: #D5DD6D;
}
.AnyTagClassName
{
color: #D5DD6D;
}
</style>
background-color css
<style>
a { background-color: #D5DD6D; }
a { background-color: rgb(213,221,109); }
div.DivClassName
{
background-color: #D5DD6D;
}
.BgClassName
{
background-color: #D5DD6D;
}
</style>
border-color css
<style>
span { border-color: #D5DD6D; }
span { border-color: rgb(213,221,109); }
td.TdClassName
{
border-color: #D5DD6D;
}
.TagClassName
{
border-color: #D5DD6D;
}
</style>