Shades of Goldenrod #DADB76
Tints of Goldenrod #DADB76
RGB
CMYK
RGB Variations
Color information
#DADB76 (or 0xDADB76) is known color: Goldenrod. HEX triplet: DA, DB and 76. RGB value is (218,219,118). Sum of RGB (Red+Green+Blue) = 218+219+118=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB76 is #252489. Grayscale: #CFCFCF. Windows color (decimal): -2434186 or 7789530. OLE color: 7789530.
HSL color Cylindrical-coordinate representation of color #DADB76: hue angle of 60.59º 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 #DADB76 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 118 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.14 |
| HSL | 60.59º | 0.58% | 0.66% | - |
| HSV(B) | 60.59º | 0.46% | 0.86% | - |
| XYZ | 57.51 | 66.88 | 27.02 | - |
| YUV | 207.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 118 | 0.00 | 0 | 0.46 | 0.14 | 60.59 | 0.58 | 0.66 |
| Hex | DA | DB | 76 | 0 | 0 | 2E | E | 3D | 3A | 42 |
| Octal | 332 | 333 | 166 | 0 | 0 | 56 | 16 | 75 | 72 | 102 |
| Binary | 11011010 | 11011011 | 1110110 | 0 | 0 | 101110 | 1110 | 111101 | 111010 | 1000010 |
Color Harmonies of #DADB76
Complementary color
Monochromatic Colors of #DADB76
Black with #DADB76
Text Example
Text Example
White with #DADB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB76; }
p { color: rgb(218,219,118); }
H1.HeaderClassName
{
color: #DADB76;
}
.AnyTagClassName
{
color: #DADB76;
}
</style>
background-color css
<style>
a { background-color: #DADB76; }
a { background-color: rgb(218,219,118); }
div.DivClassName
{
background-color: #DADB76;
}
.BgClassName
{
background-color: #DADB76;
}
</style>
border-color css
<style>
span { border-color: #DADB76; }
span { border-color: rgb(218,219,118); }
td.TdClassName
{
border-color: #DADB76;
}
.TagClassName
{
border-color: #DADB76;
}
</style>