Shades of Goldenrod #DAD881
Tints of Goldenrod #DAD881
RGB
CMYK
RGB Variations
Color information
#DAD881 (or 0xDAD881) is known color: Goldenrod. HEX triplet: DA, D8 and 81. RGB value is (218,216,129). Sum of RGB (Red+Green+Blue) = 218+216+129=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD881 is #25277E. Grayscale: #CFCFCF. Windows color (decimal): -2434943 or 8509658. OLE color: 8509658.
HSL color Cylindrical-coordinate representation of color #DAD881: hue angle of 58.65º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAD881 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 129 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.15 |
| HSL | 58.65º | 0.55% | 0.68% | - |
| HSV(B) | 58.65º | 0.41% | 0.85% | - |
| XYZ | 57.43 | 65.6 | 30.4 | - |
| YUV | 206.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 129 | 0 | 0.01 | 0.41 | 0.15 | 58.65 | 0.55 | 0.68 |
| Hex | DA | D8 | 81 | 0 | 1 | 29 | F | 3B | 37 | 44 |
| Octal | 332 | 330 | 201 | 0 | 1 | 51 | 17 | 73 | 67 | 104 |
| Binary | 11011010 | 11011000 | 10000001 | 0 | 1 | 101001 | 1111 | 111011 | 110111 | 1000100 |
Color Harmonies of #DAD881
Complementary color
Monochromatic Colors of #DAD881
Black with #DAD881
Text Example
Text Example
White with #DAD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD881; }
p { color: rgb(218,216,129); }
H1.HeaderClassName
{
color: #DAD881;
}
.AnyTagClassName
{
color: #DAD881;
}
</style>
background-color css
<style>
a { background-color: #DAD881; }
a { background-color: rgb(218,216,129); }
div.DivClassName
{
background-color: #DAD881;
}
.BgClassName
{
background-color: #DAD881;
}
</style>
border-color css
<style>
span { border-color: #DAD881; }
span { border-color: rgb(218,216,129); }
td.TdClassName
{
border-color: #DAD881;
}
.TagClassName
{
border-color: #DAD881;
}
</style>