Shades of Goldenrod #DADB7A
Tints of Goldenrod #DADB7A
RGB
CMYK
RGB Variations
Color information
#DADB7A (or 0xDADB7A) is known color: Goldenrod. HEX triplet: DA, DB and 7A. RGB value is (218,219,122). Sum of RGB (Red+Green+Blue) = 218+219+122=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB7A is #252485. Grayscale: #D0D0D0. Windows color (decimal): -2434182 or 8051674. OLE color: 8051674.
HSL color Cylindrical-coordinate representation of color #DADB7A: hue angle of 60.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DADB7A is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 122 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.14 |
| HSL | 60.62º | 0.57% | 0.67% | - |
| HSV(B) | 60.62º | 0.44% | 0.86% | - |
| XYZ | 57.76 | 66.97 | 28.3 | - |
| YUV | 207.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 122 | 0.00 | 0 | 0.44 | 0.14 | 60.62 | 0.57 | 0.67 |
| Hex | DA | DB | 7A | 0 | 0 | 2C | E | 3D | 39 | 43 |
| Octal | 332 | 333 | 172 | 0 | 0 | 54 | 16 | 75 | 71 | 103 |
| Binary | 11011010 | 11011011 | 1111010 | 0 | 0 | 101100 | 1110 | 111101 | 111001 | 1000011 |
Color Harmonies of #DADB7A
Complementary color
Monochromatic Colors of #DADB7A
Black with #DADB7A
Text Example
Text Example
White with #DADB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB7A; }
p { color: rgb(218,219,122); }
H1.HeaderClassName
{
color: #DADB7A;
}
.AnyTagClassName
{
color: #DADB7A;
}
</style>
background-color css
<style>
a { background-color: #DADB7A; }
a { background-color: rgb(218,219,122); }
div.DivClassName
{
background-color: #DADB7A;
}
.BgClassName
{
background-color: #DADB7A;
}
</style>
border-color css
<style>
span { border-color: #DADB7A; }
span { border-color: rgb(218,219,122); }
td.TdClassName
{
border-color: #DADB7A;
}
.TagClassName
{
border-color: #DADB7A;
}
</style>