Shades of Goldenrod #DADB61
Tints of Goldenrod #DADB61
RGB
CMYK
RGB Variations
Color information
#DADB61 (or 0xDADB61) is known color: Goldenrod. HEX triplet: DA, DB and 61. RGB value is (218,219,97). Sum of RGB (Red+Green+Blue) = 218+219+97=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB61 is #25249E. Grayscale: #CDCDCD. Windows color (decimal): -2434207 or 6413274. OLE color: 6413274.
HSL color Cylindrical-coordinate representation of color #DADB61: hue angle of 60.49º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DADB61 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 97 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.14 |
| HSL | 60.49º | 0.63% | 0.62% | - |
| HSV(B) | 60.49º | 0.56% | 0.86% | - |
| XYZ | 56.4 | 66.43 | 21.16 | - |
| YUV | 204.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 97 | 0.00 | 0 | 0.56 | 0.14 | 60.49 | 0.63 | 0.62 |
| Hex | DA | DB | 61 | 0 | 0 | 38 | E | 3C | 3F | 3E |
| Octal | 332 | 333 | 141 | 0 | 0 | 70 | 16 | 74 | 77 | 76 |
| Binary | 11011010 | 11011011 | 1100001 | 0 | 0 | 111000 | 1110 | 111100 | 111111 | 111110 |
Color Harmonies of #DADB61
Complementary color
Monochromatic Colors of #DADB61
Black with #DADB61
Text Example
Text Example
White with #DADB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB61; }
p { color: rgb(218,219,97); }
H1.HeaderClassName
{
color: #DADB61;
}
.AnyTagClassName
{
color: #DADB61;
}
</style>
background-color css
<style>
a { background-color: #DADB61; }
a { background-color: rgb(218,219,97); }
div.DivClassName
{
background-color: #DADB61;
}
.BgClassName
{
background-color: #DADB61;
}
</style>
border-color css
<style>
span { border-color: #DADB61; }
span { border-color: rgb(218,219,97); }
td.TdClassName
{
border-color: #DADB61;
}
.TagClassName
{
border-color: #DADB61;
}
</style>