Shades of Goldenrod #DADD72
Tints of Goldenrod #DADD72
RGB
CMYK
RGB Variations
Color information
#DADD72 (or 0xDADD72) is known color: Goldenrod. HEX triplet: DA, DD and 72. RGB value is (218,221,114). Sum of RGB (Red+Green+Blue) = 218+221+114=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD72 is #25228D. Grayscale: #D0D0D0. Windows color (decimal): -2433678 or 7527898. OLE color: 7527898.
HSL color Cylindrical-coordinate representation of color #DADD72: hue angle of 61.68º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DADD72 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 114 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.13 |
| HSL | 61.68º | 0.61% | 0.66% | - |
| HSV(B) | 61.68º | 0.48% | 0.87% | - |
| XYZ | 57.81 | 67.83 | 25.97 | - |
| YUV | 207.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 114 | 0.01 | 0 | 0.48 | 0.13 | 61.68 | 0.61 | 0.66 |
| Hex | DA | DD | 72 | 1 | 0 | 30 | D | 3E | 3D | 42 |
| Octal | 332 | 335 | 162 | 1 | 0 | 60 | 15 | 76 | 75 | 102 |
| Binary | 11011010 | 11011101 | 1110010 | 1 | 0 | 110000 | 1101 | 111110 | 111101 | 1000010 |
Color Harmonies of #DADD72
Complementary color
Monochromatic Colors of #DADD72
Black with #DADD72
Text Example
Text Example
White with #DADD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD72; }
p { color: rgb(218,221,114); }
H1.HeaderClassName
{
color: #DADD72;
}
.AnyTagClassName
{
color: #DADD72;
}
</style>
background-color css
<style>
a { background-color: #DADD72; }
a { background-color: rgb(218,221,114); }
div.DivClassName
{
background-color: #DADD72;
}
.BgClassName
{
background-color: #DADD72;
}
</style>
border-color css
<style>
span { border-color: #DADD72; }
span { border-color: rgb(218,221,114); }
td.TdClassName
{
border-color: #DADD72;
}
.TagClassName
{
border-color: #DADD72;
}
</style>