Shades of Goldenrod #DAD265
Tints of Goldenrod #DAD265
RGB
CMYK
RGB Variations
Color information
#DAD265 (or 0xDAD265) is known color: Goldenrod. HEX triplet: DA, D2 and 65. RGB value is (218,210,101). Sum of RGB (Red+Green+Blue) = 218+210+101=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD265 is #252D9A. Grayscale: #C8C8C8. Windows color (decimal): -2436507 or 6673114. OLE color: 6673114.
HSL color Cylindrical-coordinate representation of color #DAD265: hue angle of 55.9º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAD265 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 101 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.15 |
| HSL | 55.9º | 0.61% | 0.63% | - |
| HSV(B) | 55.9º | 0.54% | 0.85% | - |
| XYZ | 54.31 | 61.94 | 21.4 | - |
| YUV | 199.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 101 | 0 | 0.04 | 0.54 | 0.15 | 55.9 | 0.61 | 0.63 |
| Hex | DA | D2 | 65 | 0 | 4 | 36 | F | 38 | 3D | 3F |
| Octal | 332 | 322 | 145 | 0 | 4 | 66 | 17 | 70 | 75 | 77 |
| Binary | 11011010 | 11010010 | 1100101 | 0 | 100 | 110110 | 1111 | 111000 | 111101 | 111111 |
Color Harmonies of #DAD265
Complementary color
Monochromatic Colors of #DAD265
Black with #DAD265
Text Example
Text Example
White with #DAD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD265; }
p { color: rgb(218,210,101); }
H1.HeaderClassName
{
color: #DAD265;
}
.AnyTagClassName
{
color: #DAD265;
}
</style>
background-color css
<style>
a { background-color: #DAD265; }
a { background-color: rgb(218,210,101); }
div.DivClassName
{
background-color: #DAD265;
}
.BgClassName
{
background-color: #DAD265;
}
</style>
border-color css
<style>
span { border-color: #DAD265; }
span { border-color: rgb(218,210,101); }
td.TdClassName
{
border-color: #DAD265;
}
.TagClassName
{
border-color: #DAD265;
}
</style>