Shades of Goldenrod #DADD70
Tints of Goldenrod #DADD70
RGB
CMYK
RGB Variations
Color information
#DADD70 (or 0xDADD70) is known color: Goldenrod. HEX triplet: DA, DD and 70. RGB value is (218,221,112). Sum of RGB (Red+Green+Blue) = 218+221+112=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD70 is #25228F. Grayscale: #D0D0D0. Windows color (decimal): -2433680 or 7396826. OLE color: 7396826.
HSL color Cylindrical-coordinate representation of color #DADD70: hue angle of 61.65º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DADD70 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 112 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.13 |
| HSL | 61.65º | 0.62% | 0.65% | - |
| HSV(B) | 61.65º | 0.49% | 0.87% | - |
| XYZ | 57.69 | 67.79 | 25.37 | - |
| YUV | 207.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 112 | 0.01 | 0 | 0.49 | 0.13 | 61.65 | 0.62 | 0.65 |
| Hex | DA | DD | 70 | 1 | 0 | 31 | D | 3E | 3E | 41 |
| Octal | 332 | 335 | 160 | 1 | 0 | 61 | 15 | 76 | 76 | 101 |
| Binary | 11011010 | 11011101 | 1110000 | 1 | 0 | 110001 | 1101 | 111110 | 111110 | 1000001 |
Color Harmonies of #DADD70
Complementary color
Monochromatic Colors of #DADD70
Black with #DADD70
Text Example
Text Example
White with #DADD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD70; }
p { color: rgb(218,221,112); }
H1.HeaderClassName
{
color: #DADD70;
}
.AnyTagClassName
{
color: #DADD70;
}
</style>
background-color css
<style>
a { background-color: #DADD70; }
a { background-color: rgb(218,221,112); }
div.DivClassName
{
background-color: #DADD70;
}
.BgClassName
{
background-color: #DADD70;
}
</style>
border-color css
<style>
span { border-color: #DADD70; }
span { border-color: rgb(218,221,112); }
td.TdClassName
{
border-color: #DADD70;
}
.TagClassName
{
border-color: #DADD70;
}
</style>