Shades of Goldenrod #DAD162
Tints of Goldenrod #DAD162
RGB
CMYK
RGB Variations
Color information
#DAD162 (or 0xDAD162) is known color: Goldenrod. HEX triplet: DA, D1 and 62. RGB value is (218,209,98). Sum of RGB (Red+Green+Blue) = 218+209+98=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD162 is #252E9D. Grayscale: #C7C7C7. Windows color (decimal): -2436766 or 6476250. OLE color: 6476250.
HSL color Cylindrical-coordinate representation of color #DAD162: hue angle of 55.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAD162 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 98 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.15 |
| HSL | 55.5º | 0.62% | 0.62% | - |
| HSV(B) | 55.5º | 0.55% | 0.85% | - |
| XYZ | 53.92 | 61.39 | 20.56 | - |
| YUV | 199.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 98 | 0 | 0.04 | 0.55 | 0.15 | 55.5 | 0.62 | 0.62 |
| Hex | DA | D1 | 62 | 0 | 4 | 37 | F | 38 | 3E | 3E |
| Octal | 332 | 321 | 142 | 0 | 4 | 67 | 17 | 70 | 76 | 76 |
| Binary | 11011010 | 11010001 | 1100010 | 0 | 100 | 110111 | 1111 | 111000 | 111110 | 111110 |
Color Harmonies of #DAD162
Complementary color
Monochromatic Colors of #DAD162
Black with #DAD162
Text Example
Text Example
White with #DAD162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD162; }
p { color: rgb(218,209,98); }
H1.HeaderClassName
{
color: #DAD162;
}
.AnyTagClassName
{
color: #DAD162;
}
</style>
background-color css
<style>
a { background-color: #DAD162; }
a { background-color: rgb(218,209,98); }
div.DivClassName
{
background-color: #DAD162;
}
.BgClassName
{
background-color: #DAD162;
}
</style>
border-color css
<style>
span { border-color: #DAD162; }
span { border-color: rgb(218,209,98); }
td.TdClassName
{
border-color: #DAD162;
}
.TagClassName
{
border-color: #DAD162;
}
</style>