Shades of Goldenrod #DADC6B
Tints of Goldenrod #DADC6B
RGB
CMYK
RGB Variations
Color information
#DADC6B (or 0xDADC6B) is known color: Goldenrod. HEX triplet: DA, DC and 6B. RGB value is (218,220,107). Sum of RGB (Red+Green+Blue) = 218+220+107=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC6B is #252394. Grayscale: #CECECE. Windows color (decimal): -2433941 or 7068890. OLE color: 7068890.
HSL color Cylindrical-coordinate representation of color #DADC6B: hue angle of 61.06º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DADC6B is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 107 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.14 |
| HSL | 61.06º | 0.62% | 0.64% | - |
| HSV(B) | 61.06º | 0.51% | 0.86% | - |
| XYZ | 57.16 | 67.15 | 23.86 | - |
| YUV | 206.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 107 | 0.01 | 0 | 0.51 | 0.14 | 61.06 | 0.62 | 0.64 |
| Hex | DA | DC | 6B | 1 | 0 | 33 | E | 3D | 3E | 40 |
| Octal | 332 | 334 | 153 | 1 | 0 | 63 | 16 | 75 | 76 | 100 |
| Binary | 11011010 | 11011100 | 1101011 | 1 | 0 | 110011 | 1110 | 111101 | 111110 | 1000000 |
Color Harmonies of #DADC6B
Complementary color
Monochromatic Colors of #DADC6B
Black with #DADC6B
Text Example
Text Example
White with #DADC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC6B; }
p { color: rgb(218,220,107); }
H1.HeaderClassName
{
color: #DADC6B;
}
.AnyTagClassName
{
color: #DADC6B;
}
</style>
background-color css
<style>
a { background-color: #DADC6B; }
a { background-color: rgb(218,220,107); }
div.DivClassName
{
background-color: #DADC6B;
}
.BgClassName
{
background-color: #DADC6B;
}
</style>
border-color css
<style>
span { border-color: #DADC6B; }
span { border-color: rgb(218,220,107); }
td.TdClassName
{
border-color: #DADC6B;
}
.TagClassName
{
border-color: #DADC6B;
}
</style>