Shades of Goldenrod #DADC7F
Tints of Goldenrod #DADC7F
RGB
CMYK
RGB Variations
Color information
#DADC7F (or 0xDADC7F) is known color: Goldenrod. HEX triplet: DA, DC and 7F. RGB value is (218,220,127). Sum of RGB (Red+Green+Blue) = 218+220+127=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC7F is #252380. Grayscale: #D1D1D1. Windows color (decimal): -2433921 or 8379610. OLE color: 8379610.
HSL color Cylindrical-coordinate representation of color #DADC7F: hue angle of 61.29º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DADC7F is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 127 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.14 |
| HSL | 61.29º | 0.57% | 0.68% | - |
| HSV(B) | 61.29º | 0.42% | 0.86% | - |
| XYZ | 58.34 | 67.62 | 30.06 | - |
| YUV | 208.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 127 | 0.01 | 0 | 0.42 | 0.14 | 61.29 | 0.57 | 0.68 |
| Hex | DA | DC | 7F | 1 | 0 | 2A | E | 3D | 39 | 44 |
| Octal | 332 | 334 | 177 | 1 | 0 | 52 | 16 | 75 | 71 | 104 |
| Binary | 11011010 | 11011100 | 1111111 | 1 | 0 | 101010 | 1110 | 111101 | 111001 | 1000100 |
Color Harmonies of #DADC7F
Complementary color
Monochromatic Colors of #DADC7F
Black with #DADC7F
Text Example
Text Example
White with #DADC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC7F; }
p { color: rgb(218,220,127); }
H1.HeaderClassName
{
color: #DADC7F;
}
.AnyTagClassName
{
color: #DADC7F;
}
</style>
background-color css
<style>
a { background-color: #DADC7F; }
a { background-color: rgb(218,220,127); }
div.DivClassName
{
background-color: #DADC7F;
}
.BgClassName
{
background-color: #DADC7F;
}
</style>
border-color css
<style>
span { border-color: #DADC7F; }
span { border-color: rgb(218,220,127); }
td.TdClassName
{
border-color: #DADC7F;
}
.TagClassName
{
border-color: #DADC7F;
}
</style>