Shades of Goldenrod #DADF6A
Tints of Goldenrod #DADF6A
RGB
CMYK
RGB Variations
Color information
#DADF6A (or 0xDADF6A) is known color: Goldenrod. HEX triplet: DA, DF and 6A. RGB value is (218,223,106). Sum of RGB (Red+Green+Blue) = 218+223+106=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF6A is #252095. Grayscale: #D0D0D0. Windows color (decimal): -2433174 or 7004122. OLE color: 7004122.
HSL color Cylindrical-coordinate representation of color #DADF6A: hue angle of 62.56º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DADF6A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 106 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.13 |
| HSL | 62.56º | 0.65% | 0.65% | - |
| HSV(B) | 62.56º | 0.52% | 0.87% | - |
| XYZ | 57.9 | 68.72 | 23.85 | - |
| YUV | 208.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 106 | 0.02 | 0 | 0.52 | 0.13 | 62.56 | 0.65 | 0.65 |
| Hex | DA | DF | 6A | 2 | 0 | 34 | D | 3F | 41 | 41 |
| Octal | 332 | 337 | 152 | 2 | 0 | 64 | 15 | 77 | 101 | 101 |
| Binary | 11011010 | 11011111 | 1101010 | 10 | 0 | 110100 | 1101 | 111111 | 1000001 | 1000001 |
Color Harmonies of #DADF6A
Complementary color
Monochromatic Colors of #DADF6A
Black with #DADF6A
Text Example
Text Example
White with #DADF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF6A; }
p { color: rgb(218,223,106); }
H1.HeaderClassName
{
color: #DADF6A;
}
.AnyTagClassName
{
color: #DADF6A;
}
</style>
background-color css
<style>
a { background-color: #DADF6A; }
a { background-color: rgb(218,223,106); }
div.DivClassName
{
background-color: #DADF6A;
}
.BgClassName
{
background-color: #DADF6A;
}
</style>
border-color css
<style>
span { border-color: #DADF6A; }
span { border-color: rgb(218,223,106); }
td.TdClassName
{
border-color: #DADF6A;
}
.TagClassName
{
border-color: #DADF6A;
}
</style>