Shades of Goldenrod #DADB6D
Tints of Goldenrod #DADB6D
RGB
CMYK
RGB Variations
Color information
#DADB6D (or 0xDADB6D) is known color: Goldenrod. HEX triplet: DA, DB and 6D. RGB value is (218,219,109). Sum of RGB (Red+Green+Blue) = 218+219+109=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB6D is #252492. Grayscale: #CECECE. Windows color (decimal): -2434195 or 7199706. OLE color: 7199706.
HSL color Cylindrical-coordinate representation of color #DADB6D: hue angle of 60.55º 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 #DADB6D is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 109 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.14 |
| HSL | 60.55º | 0.6% | 0.64% | - |
| HSV(B) | 60.55º | 0.5% | 0.86% | - |
| XYZ | 57.01 | 66.67 | 24.33 | - |
| YUV | 206.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 109 | 0.00 | 0 | 0.50 | 0.14 | 60.55 | 0.6 | 0.64 |
| Hex | DA | DB | 6D | 0 | 0 | 32 | E | 3D | 3C | 40 |
| Octal | 332 | 333 | 155 | 0 | 0 | 62 | 16 | 75 | 74 | 100 |
| Binary | 11011010 | 11011011 | 1101101 | 0 | 0 | 110010 | 1110 | 111101 | 111100 | 1000000 |
Color Harmonies of #DADB6D
Complementary color
Monochromatic Colors of #DADB6D
Black with #DADB6D
Text Example
Text Example
White with #DADB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB6D; }
p { color: rgb(218,219,109); }
H1.HeaderClassName
{
color: #DADB6D;
}
.AnyTagClassName
{
color: #DADB6D;
}
</style>
background-color css
<style>
a { background-color: #DADB6D; }
a { background-color: rgb(218,219,109); }
div.DivClassName
{
background-color: #DADB6D;
}
.BgClassName
{
background-color: #DADB6D;
}
</style>
border-color css
<style>
span { border-color: #DADB6D; }
span { border-color: rgb(218,219,109); }
td.TdClassName
{
border-color: #DADB6D;
}
.TagClassName
{
border-color: #DADB6D;
}
</style>