Shades of Goldenrod #DADB63
Tints of Goldenrod #DADB63
RGB
CMYK
RGB Variations
Color information
#DADB63 (or 0xDADB63) is known color: Goldenrod. HEX triplet: DA, DB and 63. RGB value is (218,219,99). Sum of RGB (Red+Green+Blue) = 218+219+99=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB63 is #25249C. Grayscale: #CDCDCD. Windows color (decimal): -2434205 or 6544346. OLE color: 6544346.
HSL color Cylindrical-coordinate representation of color #DADB63: hue angle of 60.5º degrees, saturation: 0.62, 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 #DADB63 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 99 | - |
| 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.5 | 66.47 | 21.66 | - |
| YUV | 205.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 99 | 0.00 | 0 | 0.55 | 0.14 | 60.5 | 0.63 | 0.62 |
| Hex | DA | DB | 63 | 0 | 0 | 37 | E | 3C | 3E | 3E |
| Octal | 332 | 333 | 143 | 0 | 0 | 67 | 16 | 74 | 76 | 76 |
| Binary | 11011010 | 11011011 | 1100011 | 0 | 0 | 110111 | 1110 | 111100 | 111110 | 111110 |
Color Harmonies of #DADB63
Complementary color
Monochromatic Colors of #DADB63
Black with #DADB63
Text Example
Text Example
White with #DADB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB63; }
p { color: rgb(218,219,99); }
H1.HeaderClassName
{
color: #DADB63;
}
.AnyTagClassName
{
color: #DADB63;
}
</style>
background-color css
<style>
a { background-color: #DADB63; }
a { background-color: rgb(218,219,99); }
div.DivClassName
{
background-color: #DADB63;
}
.BgClassName
{
background-color: #DADB63;
}
</style>
border-color css
<style>
span { border-color: #DADB63; }
span { border-color: rgb(218,219,99); }
td.TdClassName
{
border-color: #DADB63;
}
.TagClassName
{
border-color: #DADB63;
}
</style>