Shades of Goldenrod #DADC80
Tints of Goldenrod #DADC80
RGB
CMYK
RGB Variations
Color information
#DADC80 (or 0xDADC80) is known color: Goldenrod. HEX triplet: DA, DC and 80. RGB value is (218,220,128). Sum of RGB (Red+Green+Blue) = 218+220+128=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC80 is #25237F. Grayscale: #D1D1D1. Windows color (decimal): -2433920 or 8445146. OLE color: 8445146.
HSL color Cylindrical-coordinate representation of color #DADC80: hue angle of 61.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DADC80 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 128 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.14 |
| HSL | 61.3º | 0.57% | 0.68% | - |
| HSV(B) | 61.3º | 0.42% | 0.86% | - |
| XYZ | 58.4 | 67.65 | 30.4 | - |
| YUV | 208.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 128 | 0.01 | 0 | 0.42 | 0.14 | 61.3 | 0.57 | 0.68 |
| Hex | DA | DC | 80 | 1 | 0 | 2A | E | 3D | 39 | 44 |
| Octal | 332 | 334 | 200 | 1 | 0 | 52 | 16 | 75 | 71 | 104 |
| Binary | 11011010 | 11011100 | 10000000 | 1 | 0 | 101010 | 1110 | 111101 | 111001 | 1000100 |
Color Harmonies of #DADC80
Complementary color
Monochromatic Colors of #DADC80
Black with #DADC80
Text Example
Text Example
White with #DADC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC80; }
p { color: rgb(218,220,128); }
H1.HeaderClassName
{
color: #DADC80;
}
.AnyTagClassName
{
color: #DADC80;
}
</style>
background-color css
<style>
a { background-color: #DADC80; }
a { background-color: rgb(218,220,128); }
div.DivClassName
{
background-color: #DADC80;
}
.BgClassName
{
background-color: #DADC80;
}
</style>
border-color css
<style>
span { border-color: #DADC80; }
span { border-color: rgb(218,220,128); }
td.TdClassName
{
border-color: #DADC80;
}
.TagClassName
{
border-color: #DADC80;
}
</style>