Shades of Goldenrod #DADC71
Tints of Goldenrod #DADC71
RGB
CMYK
RGB Variations
Color information
#DADC71 (or 0xDADC71) is known color: Goldenrod. HEX triplet: DA, DC and 71. RGB value is (218,220,113). Sum of RGB (Red+Green+Blue) = 218+220+113=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC71 is #25238E. Grayscale: #CFCFCF. Windows color (decimal): -2433935 or 7462106. OLE color: 7462106.
HSL color Cylindrical-coordinate representation of color #DADC71: hue angle of 61.12º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DADC71 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 113 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.14 |
| HSL | 61.12º | 0.6% | 0.65% | - |
| HSV(B) | 61.12º | 0.49% | 0.86% | - |
| XYZ | 57.49 | 67.28 | 25.58 | - |
| YUV | 207.2 | 74.84 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 113 | 0.01 | 0 | 0.49 | 0.14 | 61.12 | 0.6 | 0.65 |
| Hex | DA | DC | 71 | 1 | 0 | 31 | E | 3D | 3C | 41 |
| Octal | 332 | 334 | 161 | 1 | 0 | 61 | 16 | 75 | 74 | 101 |
| Binary | 11011010 | 11011100 | 1110001 | 1 | 0 | 110001 | 1110 | 111101 | 111100 | 1000001 |
Color Harmonies of #DADC71
Complementary color
Monochromatic Colors of #DADC71
Black with #DADC71
Text Example
Text Example
White with #DADC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC71; }
p { color: rgb(218,220,113); }
H1.HeaderClassName
{
color: #DADC71;
}
.AnyTagClassName
{
color: #DADC71;
}
</style>
background-color css
<style>
a { background-color: #DADC71; }
a { background-color: rgb(218,220,113); }
div.DivClassName
{
background-color: #DADC71;
}
.BgClassName
{
background-color: #DADC71;
}
</style>
border-color css
<style>
span { border-color: #DADC71; }
span { border-color: rgb(218,220,113); }
td.TdClassName
{
border-color: #DADC71;
}
.TagClassName
{
border-color: #DADC71;
}
</style>