Shades of Goldenrod #DAD87C
Tints of Goldenrod #DAD87C
RGB
CMYK
RGB Variations
Color information
#DAD87C (or 0xDAD87C) is known color: Goldenrod. HEX triplet: DA, D8 and 7C. RGB value is (218,216,124). Sum of RGB (Red+Green+Blue) = 218+216+124=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD87C is #252783. Grayscale: #CECECE. Windows color (decimal): -2434948 or 8181978. OLE color: 8181978.
HSL color Cylindrical-coordinate representation of color #DAD87C: hue angle of 58.72º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAD87C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 124 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.15 |
| HSL | 58.72º | 0.56% | 0.67% | - |
| HSV(B) | 58.72º | 0.43% | 0.85% | - |
| XYZ | 57.11 | 65.47 | 28.7 | - |
| YUV | 206.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 124 | 0 | 0.01 | 0.43 | 0.15 | 58.72 | 0.56 | 0.67 |
| Hex | DA | D8 | 7C | 0 | 1 | 2B | F | 3B | 38 | 43 |
| Octal | 332 | 330 | 174 | 0 | 1 | 53 | 17 | 73 | 70 | 103 |
| Binary | 11011010 | 11011000 | 1111100 | 0 | 1 | 101011 | 1111 | 111011 | 111000 | 1000011 |
Color Harmonies of #DAD87C
Complementary color
Monochromatic Colors of #DAD87C
Black with #DAD87C
Text Example
Text Example
White with #DAD87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD87C; }
p { color: rgb(218,216,124); }
H1.HeaderClassName
{
color: #DAD87C;
}
.AnyTagClassName
{
color: #DAD87C;
}
</style>
background-color css
<style>
a { background-color: #DAD87C; }
a { background-color: rgb(218,216,124); }
div.DivClassName
{
background-color: #DAD87C;
}
.BgClassName
{
background-color: #DAD87C;
}
</style>
border-color css
<style>
span { border-color: #DAD87C; }
span { border-color: rgb(218,216,124); }
td.TdClassName
{
border-color: #DAD87C;
}
.TagClassName
{
border-color: #DAD87C;
}
</style>