Shades of Goldenrod #DADB65
Tints of Goldenrod #DADB65
RGB
CMYK
RGB Variations
Color information
#DADB65 (or 0xDADB65) is known color: Goldenrod. HEX triplet: DA, DB and 65. RGB value is (218,219,101). Sum of RGB (Red+Green+Blue) = 218+219+101=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB65 is #25249A. Grayscale: #CDCDCD. Windows color (decimal): -2434203 or 6675418. OLE color: 6675418.
HSL color Cylindrical-coordinate representation of color #DADB65: hue angle of 60.51º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DADB65 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 101 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.14 |
| HSL | 60.51º | 0.62% | 0.63% | - |
| HSV(B) | 60.51º | 0.54% | 0.86% | - |
| XYZ | 56.59 | 66.51 | 22.17 | - |
| YUV | 205.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 101 | 0.00 | 0 | 0.54 | 0.14 | 60.51 | 0.62 | 0.63 |
| Hex | DA | DB | 65 | 0 | 0 | 36 | E | 3D | 3E | 3F |
| Octal | 332 | 333 | 145 | 0 | 0 | 66 | 16 | 75 | 76 | 77 |
| Binary | 11011010 | 11011011 | 1100101 | 0 | 0 | 110110 | 1110 | 111101 | 111110 | 111111 |
Color Harmonies of #DADB65
Complementary color
Monochromatic Colors of #DADB65
Black with #DADB65
Text Example
Text Example
White with #DADB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB65; }
p { color: rgb(218,219,101); }
H1.HeaderClassName
{
color: #DADB65;
}
.AnyTagClassName
{
color: #DADB65;
}
</style>
background-color css
<style>
a { background-color: #DADB65; }
a { background-color: rgb(218,219,101); }
div.DivClassName
{
background-color: #DADB65;
}
.BgClassName
{
background-color: #DADB65;
}
</style>
border-color css
<style>
span { border-color: #DADB65; }
span { border-color: rgb(218,219,101); }
td.TdClassName
{
border-color: #DADB65;
}
.TagClassName
{
border-color: #DADB65;
}
</style>