Shades of Goldenrod #DADC6A
Tints of Goldenrod #DADC6A
RGB
CMYK
RGB Variations
Color information
#DADC6A (or 0xDADC6A) is known color: Goldenrod. HEX triplet: DA, DC and 6A. RGB value is (218,220,106). Sum of RGB (Red+Green+Blue) = 218+220+106=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC6A is #252395. Grayscale: #CECECE. Windows color (decimal): -2433942 or 7003354. OLE color: 7003354.
HSL color Cylindrical-coordinate representation of color #DADC6A: hue angle of 61.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DADC6A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 106 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.14 |
| HSL | 61.05º | 0.62% | 0.64% | - |
| HSV(B) | 61.05º | 0.52% | 0.86% | - |
| XYZ | 57.11 | 67.13 | 23.58 | - |
| YUV | 206.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 106 | 0.01 | 0 | 0.52 | 0.14 | 61.05 | 0.62 | 0.64 |
| Hex | DA | DC | 6A | 1 | 0 | 34 | E | 3D | 3E | 40 |
| Octal | 332 | 334 | 152 | 1 | 0 | 64 | 16 | 75 | 76 | 100 |
| Binary | 11011010 | 11011100 | 1101010 | 1 | 0 | 110100 | 1110 | 111101 | 111110 | 1000000 |
Color Harmonies of #DADC6A
Complementary color
Monochromatic Colors of #DADC6A
Black with #DADC6A
Text Example
Text Example
White with #DADC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC6A; }
p { color: rgb(218,220,106); }
H1.HeaderClassName
{
color: #DADC6A;
}
.AnyTagClassName
{
color: #DADC6A;
}
</style>
background-color css
<style>
a { background-color: #DADC6A; }
a { background-color: rgb(218,220,106); }
div.DivClassName
{
background-color: #DADC6A;
}
.BgClassName
{
background-color: #DADC6A;
}
</style>
border-color css
<style>
span { border-color: #DADC6A; }
span { border-color: rgb(218,220,106); }
td.TdClassName
{
border-color: #DADC6A;
}
.TagClassName
{
border-color: #DADC6A;
}
</style>