Shades of Goldenrod #D3DB6D
Tints of Goldenrod #D3DB6D
RGB
CMYK
RGB Variations
Color information
#D3DB6D (or 0xD3DB6D) is known color: Goldenrod. HEX triplet: D3, DB and 6D. RGB value is (211,219,109). Sum of RGB (Red+Green+Blue) = 211+219+109=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DB6D is #2C2492. Grayscale: #CCCCCC. Windows color (decimal): -2892947 or 7199699. OLE color: 7199699.
HSL color Cylindrical-coordinate representation of color #D3DB6D: hue angle of 64.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3DB6D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 109 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.14 |
| HSL | 64.36º | 0.6% | 0.64% | - |
| HSV(B) | 64.36º | 0.5% | 0.86% | - |
| XYZ | 54.96 | 65.62 | 24.24 | - |
| YUV | 204.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 109 | 0.04 | 0 | 0.50 | 0.14 | 64.36 | 0.6 | 0.64 |
| Hex | D3 | DB | 6D | 4 | 0 | 32 | E | 40 | 3C | 40 |
| Octal | 323 | 333 | 155 | 4 | 0 | 62 | 16 | 100 | 74 | 100 |
| Binary | 11010011 | 11011011 | 1101101 | 100 | 0 | 110010 | 1110 | 1000000 | 111100 | 1000000 |
Color Harmonies of #D3DB6D
Complementary color
Monochromatic Colors of #D3DB6D
Black with #D3DB6D
Text Example
Text Example
White with #D3DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB6D; }
p { color: rgb(211,219,109); }
H1.HeaderClassName
{
color: #D3DB6D;
}
.AnyTagClassName
{
color: #D3DB6D;
}
</style>
background-color css
<style>
a { background-color: #D3DB6D; }
a { background-color: rgb(211,219,109); }
div.DivClassName
{
background-color: #D3DB6D;
}
.BgClassName
{
background-color: #D3DB6D;
}
</style>
border-color css
<style>
span { border-color: #D3DB6D; }
span { border-color: rgb(211,219,109); }
td.TdClassName
{
border-color: #D3DB6D;
}
.TagClassName
{
border-color: #D3DB6D;
}
</style>