Shades of Goldenrod #DADC7B
Tints of Goldenrod #DADC7B
RGB
CMYK
RGB Variations
Color information
#DADC7B (or 0xDADC7B) is known color: Goldenrod. HEX triplet: DA, DC and 7B. RGB value is (218,220,123). Sum of RGB (Red+Green+Blue) = 218+220+123=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC7B is #252384. Grayscale: #D0D0D0. Windows color (decimal): -2433925 or 8117466. OLE color: 8117466.
HSL color Cylindrical-coordinate representation of color #DADC7B: hue angle of 61.24º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DADC7B is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 123 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.14 |
| HSL | 61.24º | 0.58% | 0.67% | - |
| HSV(B) | 61.24º | 0.44% | 0.86% | - |
| XYZ | 58.08 | 67.52 | 28.71 | - |
| YUV | 208.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 123 | 0.01 | 0 | 0.44 | 0.14 | 61.24 | 0.58 | 0.67 |
| Hex | DA | DC | 7B | 1 | 0 | 2C | E | 3D | 3A | 43 |
| Octal | 332 | 334 | 173 | 1 | 0 | 54 | 16 | 75 | 72 | 103 |
| Binary | 11011010 | 11011100 | 1111011 | 1 | 0 | 101100 | 1110 | 111101 | 111010 | 1000011 |
Color Harmonies of #DADC7B
Complementary color
Monochromatic Colors of #DADC7B
Black with #DADC7B
Text Example
Text Example
White with #DADC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC7B; }
p { color: rgb(218,220,123); }
H1.HeaderClassName
{
color: #DADC7B;
}
.AnyTagClassName
{
color: #DADC7B;
}
</style>
background-color css
<style>
a { background-color: #DADC7B; }
a { background-color: rgb(218,220,123); }
div.DivClassName
{
background-color: #DADC7B;
}
.BgClassName
{
background-color: #DADC7B;
}
</style>
border-color css
<style>
span { border-color: #DADC7B; }
span { border-color: rgb(218,220,123); }
td.TdClassName
{
border-color: #DADC7B;
}
.TagClassName
{
border-color: #DADC7B;
}
</style>