Shades of Goldenrod #DADC6D
Tints of Goldenrod #DADC6D
RGB
CMYK
RGB Variations
Color information
#DADC6D (or 0xDADC6D) is known color: Goldenrod. HEX triplet: DA, DC and 6D. RGB value is (218,220,109). Sum of RGB (Red+Green+Blue) = 218+220+109=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC6D is #252392. Grayscale: #CFCFCF. Windows color (decimal): -2433939 or 7199962. OLE color: 7199962.
HSL color Cylindrical-coordinate representation of color #DADC6D: hue angle of 61.08º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DADC6D is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 109 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.14 |
| HSL | 61.08º | 0.61% | 0.65% | - |
| HSV(B) | 61.08º | 0.5% | 0.86% | - |
| XYZ | 57.27 | 67.2 | 24.42 | - |
| YUV | 206.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 109 | 0.01 | 0 | 0.50 | 0.14 | 61.08 | 0.61 | 0.65 |
| Hex | DA | DC | 6D | 1 | 0 | 32 | E | 3D | 3D | 41 |
| Octal | 332 | 334 | 155 | 1 | 0 | 62 | 16 | 75 | 75 | 101 |
| Binary | 11011010 | 11011100 | 1101101 | 1 | 0 | 110010 | 1110 | 111101 | 111101 | 1000001 |
Color Harmonies of #DADC6D
Complementary color
Monochromatic Colors of #DADC6D
Black with #DADC6D
Text Example
Text Example
White with #DADC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC6D; }
p { color: rgb(218,220,109); }
H1.HeaderClassName
{
color: #DADC6D;
}
.AnyTagClassName
{
color: #DADC6D;
}
</style>
background-color css
<style>
a { background-color: #DADC6D; }
a { background-color: rgb(218,220,109); }
div.DivClassName
{
background-color: #DADC6D;
}
.BgClassName
{
background-color: #DADC6D;
}
</style>
border-color css
<style>
span { border-color: #DADC6D; }
span { border-color: rgb(218,220,109); }
td.TdClassName
{
border-color: #DADC6D;
}
.TagClassName
{
border-color: #DADC6D;
}
</style>