Shades of Goldenrod #DADB62
Tints of Goldenrod #DADB62
RGB
CMYK
RGB Variations
Color information
#DADB62 (or 0xDADB62) is known color: Goldenrod. HEX triplet: DA, DB and 62. RGB value is (218,219,98). Sum of RGB (Red+Green+Blue) = 218+219+98=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB62 is #25249D. Grayscale: #CDCDCD. Windows color (decimal): -2434206 or 6478810. OLE color: 6478810.
HSL color Cylindrical-coordinate representation of color #DADB62: hue angle of 60.5º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DADB62 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 98 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.14 |
| HSL | 60.5º | 0.63% | 0.62% | - |
| HSV(B) | 60.5º | 0.55% | 0.86% | - |
| XYZ | 56.45 | 66.45 | 21.41 | - |
| YUV | 204.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 98 | 0.00 | 0 | 0.55 | 0.14 | 60.5 | 0.63 | 0.62 |
| Hex | DA | DB | 62 | 0 | 0 | 37 | E | 3C | 3F | 3E |
| Octal | 332 | 333 | 142 | 0 | 0 | 67 | 16 | 74 | 77 | 76 |
| Binary | 11011010 | 11011011 | 1100010 | 0 | 0 | 110111 | 1110 | 111100 | 111111 | 111110 |
Color Harmonies of #DADB62
Complementary color
Monochromatic Colors of #DADB62
Black with #DADB62
Text Example
Text Example
White with #DADB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB62; }
p { color: rgb(218,219,98); }
H1.HeaderClassName
{
color: #DADB62;
}
.AnyTagClassName
{
color: #DADB62;
}
</style>
background-color css
<style>
a { background-color: #DADB62; }
a { background-color: rgb(218,219,98); }
div.DivClassName
{
background-color: #DADB62;
}
.BgClassName
{
background-color: #DADB62;
}
</style>
border-color css
<style>
span { border-color: #DADB62; }
span { border-color: rgb(218,219,98); }
td.TdClassName
{
border-color: #DADB62;
}
.TagClassName
{
border-color: #DADB62;
}
</style>