Shades of Goldenrod #DADB77
Tints of Goldenrod #DADB77
RGB
CMYK
RGB Variations
Color information
#DADB77 (or 0xDADB77) is known color: Goldenrod. HEX triplet: DA, DB and 77. RGB value is (218,219,119). Sum of RGB (Red+Green+Blue) = 218+219+119=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB77 is #252488. Grayscale: #CFCFCF. Windows color (decimal): -2434185 or 7855066. OLE color: 7855066.
HSL color Cylindrical-coordinate representation of color #DADB77: hue angle of 60.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DADB77 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 119 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.14 |
| HSL | 60.6º | 0.58% | 0.66% | - |
| HSV(B) | 60.6º | 0.46% | 0.86% | - |
| XYZ | 57.57 | 66.9 | 27.33 | - |
| YUV | 207.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 119 | 0.00 | 0 | 0.46 | 0.14 | 60.6 | 0.58 | 0.66 |
| Hex | DA | DB | 77 | 0 | 0 | 2E | E | 3D | 3A | 42 |
| Octal | 332 | 333 | 167 | 0 | 0 | 56 | 16 | 75 | 72 | 102 |
| Binary | 11011010 | 11011011 | 1110111 | 0 | 0 | 101110 | 1110 | 111101 | 111010 | 1000010 |
Color Harmonies of #DADB77
Complementary color
Monochromatic Colors of #DADB77
Black with #DADB77
Text Example
Text Example
White with #DADB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB77; }
p { color: rgb(218,219,119); }
H1.HeaderClassName
{
color: #DADB77;
}
.AnyTagClassName
{
color: #DADB77;
}
</style>
background-color css
<style>
a { background-color: #DADB77; }
a { background-color: rgb(218,219,119); }
div.DivClassName
{
background-color: #DADB77;
}
.BgClassName
{
background-color: #DADB77;
}
</style>
border-color css
<style>
span { border-color: #DADB77; }
span { border-color: rgb(218,219,119); }
td.TdClassName
{
border-color: #DADB77;
}
.TagClassName
{
border-color: #DADB77;
}
</style>