Shades of Goldenrod #DADD6C
Tints of Goldenrod #DADD6C
RGB
CMYK
RGB Variations
Color information
#DADD6C (or 0xDADD6C) is known color: Goldenrod. HEX triplet: DA, DD and 6C. RGB value is (218,221,108). Sum of RGB (Red+Green+Blue) = 218+221+108=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD6C is #252293. Grayscale: #CFCFCF. Windows color (decimal): -2433684 or 7134682. OLE color: 7134682.
HSL color Cylindrical-coordinate representation of color #DADD6C: hue angle of 61.59º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DADD6C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 108 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.13 |
| HSL | 61.59º | 0.62% | 0.65% | - |
| HSV(B) | 61.59º | 0.51% | 0.87% | - |
| XYZ | 57.48 | 67.7 | 24.23 | - |
| YUV | 207.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 108 | 0.01 | 0 | 0.51 | 0.13 | 61.59 | 0.62 | 0.65 |
| Hex | DA | DD | 6C | 1 | 0 | 33 | D | 3E | 3E | 41 |
| Octal | 332 | 335 | 154 | 1 | 0 | 63 | 15 | 76 | 76 | 101 |
| Binary | 11011010 | 11011101 | 1101100 | 1 | 0 | 110011 | 1101 | 111110 | 111110 | 1000001 |
Color Harmonies of #DADD6C
Complementary color
Monochromatic Colors of #DADD6C
Black with #DADD6C
Text Example
Text Example
White with #DADD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD6C; }
p { color: rgb(218,221,108); }
H1.HeaderClassName
{
color: #DADD6C;
}
.AnyTagClassName
{
color: #DADD6C;
}
</style>
background-color css
<style>
a { background-color: #DADD6C; }
a { background-color: rgb(218,221,108); }
div.DivClassName
{
background-color: #DADD6C;
}
.BgClassName
{
background-color: #DADD6C;
}
</style>
border-color css
<style>
span { border-color: #DADD6C; }
span { border-color: rgb(218,221,108); }
td.TdClassName
{
border-color: #DADD6C;
}
.TagClassName
{
border-color: #DADD6C;
}
</style>