Shades of Goldenrod #DAD26C
Tints of Goldenrod #DAD26C
RGB
CMYK
RGB Variations
Color information
#DAD26C (or 0xDAD26C) is known color: Goldenrod. HEX triplet: DA, D2 and 6C. RGB value is (218,210,108). Sum of RGB (Red+Green+Blue) = 218+210+108=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD26C is #252D93. Grayscale: #C9C9C9. Windows color (decimal): -2436500 or 7131866. OLE color: 7131866.
HSL color Cylindrical-coordinate representation of color #DAD26C: hue angle of 55.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAD26C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 108 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.15 |
| HSL | 55.64º | 0.6% | 0.64% | - |
| HSV(B) | 55.64º | 0.5% | 0.85% | - |
| XYZ | 54.67 | 62.08 | 23.29 | - |
| YUV | 200.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 108 | 0 | 0.04 | 0.50 | 0.15 | 55.64 | 0.6 | 0.64 |
| Hex | DA | D2 | 6C | 0 | 4 | 32 | F | 38 | 3C | 40 |
| Octal | 332 | 322 | 154 | 0 | 4 | 62 | 17 | 70 | 74 | 100 |
| Binary | 11011010 | 11010010 | 1101100 | 0 | 100 | 110010 | 1111 | 111000 | 111100 | 1000000 |
Color Harmonies of #DAD26C
Complementary color
Monochromatic Colors of #DAD26C
Black with #DAD26C
Text Example
Text Example
White with #DAD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD26C; }
p { color: rgb(218,210,108); }
H1.HeaderClassName
{
color: #DAD26C;
}
.AnyTagClassName
{
color: #DAD26C;
}
</style>
background-color css
<style>
a { background-color: #DAD26C; }
a { background-color: rgb(218,210,108); }
div.DivClassName
{
background-color: #DAD26C;
}
.BgClassName
{
background-color: #DAD26C;
}
</style>
border-color css
<style>
span { border-color: #DAD26C; }
span { border-color: rgb(218,210,108); }
td.TdClassName
{
border-color: #DAD26C;
}
.TagClassName
{
border-color: #DAD26C;
}
</style>