Shades of Goldenrod #DADB7E
Tints of Goldenrod #DADB7E
RGB
CMYK
RGB Variations
Color information
#DADB7E (or 0xDADB7E) is known color: Goldenrod. HEX triplet: DA, DB and 7E. RGB value is (218,219,126). Sum of RGB (Red+Green+Blue) = 218+219+126=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB7E is #252481. Grayscale: #D0D0D0. Windows color (decimal): -2434178 or 8313818. OLE color: 8313818.
HSL color Cylindrical-coordinate representation of color #DADB7E: hue angle of 60.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DADB7E is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 126 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.14 |
| HSL | 60.65º | 0.56% | 0.68% | - |
| HSV(B) | 60.65º | 0.42% | 0.86% | - |
| XYZ | 58.01 | 67.07 | 29.63 | - |
| YUV | 208.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 126 | 0.00 | 0 | 0.42 | 0.14 | 60.65 | 0.56 | 0.68 |
| Hex | DA | DB | 7E | 0 | 0 | 2A | E | 3D | 38 | 44 |
| Octal | 332 | 333 | 176 | 0 | 0 | 52 | 16 | 75 | 70 | 104 |
| Binary | 11011010 | 11011011 | 1111110 | 0 | 0 | 101010 | 1110 | 111101 | 111000 | 1000100 |
Color Harmonies of #DADB7E
Complementary color
Monochromatic Colors of #DADB7E
Black with #DADB7E
Text Example
Text Example
White with #DADB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB7E; }
p { color: rgb(218,219,126); }
H1.HeaderClassName
{
color: #DADB7E;
}
.AnyTagClassName
{
color: #DADB7E;
}
</style>
background-color css
<style>
a { background-color: #DADB7E; }
a { background-color: rgb(218,219,126); }
div.DivClassName
{
background-color: #DADB7E;
}
.BgClassName
{
background-color: #DADB7E;
}
</style>
border-color css
<style>
span { border-color: #DADB7E; }
span { border-color: rgb(218,219,126); }
td.TdClassName
{
border-color: #DADB7E;
}
.TagClassName
{
border-color: #DADB7E;
}
</style>