Shades of Goldenrod #DADD81
Tints of Goldenrod #DADD81
RGB
CMYK
RGB Variations
Color information
#DADD81 (or 0xDADD81) is known color: Goldenrod. HEX triplet: DA, DD and 81. RGB value is (218,221,129). Sum of RGB (Red+Green+Blue) = 218+221+129=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD81 is #25227E. Grayscale: #D1D1D1. Windows color (decimal): -2433663 or 8510938. OLE color: 8510938.
HSL color Cylindrical-coordinate representation of color #DADD81: hue angle of 61.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DADD81 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 129 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.13 |
| HSL | 61.96º | 0.58% | 0.69% | - |
| HSV(B) | 61.96º | 0.42% | 0.87% | - |
| XYZ | 58.73 | 68.2 | 30.84 | - |
| YUV | 209.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 129 | 0.01 | 0 | 0.42 | 0.13 | 61.96 | 0.58 | 0.69 |
| Hex | DA | DD | 81 | 1 | 0 | 2A | D | 3E | 3A | 45 |
| Octal | 332 | 335 | 201 | 1 | 0 | 52 | 15 | 76 | 72 | 105 |
| Binary | 11011010 | 11011101 | 10000001 | 1 | 0 | 101010 | 1101 | 111110 | 111010 | 1000101 |
Color Harmonies of #DADD81
Complementary color
Monochromatic Colors of #DADD81
Black with #DADD81
Text Example
Text Example
White with #DADD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD81; }
p { color: rgb(218,221,129); }
H1.HeaderClassName
{
color: #DADD81;
}
.AnyTagClassName
{
color: #DADD81;
}
</style>
background-color css
<style>
a { background-color: #DADD81; }
a { background-color: rgb(218,221,129); }
div.DivClassName
{
background-color: #DADD81;
}
.BgClassName
{
background-color: #DADD81;
}
</style>
border-color css
<style>
span { border-color: #DADD81; }
span { border-color: rgb(218,221,129); }
td.TdClassName
{
border-color: #DADD81;
}
.TagClassName
{
border-color: #DADD81;
}
</style>