Shades of Goldenrod #DADF7D
Tints of Goldenrod #DADF7D
RGB
CMYK
RGB Variations
Color information
#DADF7D (or 0xDADF7D) is known color: Goldenrod. HEX triplet: DA, DF and 7D. RGB value is (218,223,125). Sum of RGB (Red+Green+Blue) = 218+223+125=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF7D is #252082. Grayscale: #D2D2D2. Windows color (decimal): -2433155 or 8249306. OLE color: 8249306.
HSL color Cylindrical-coordinate representation of color #DADF7D: hue angle of 63.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DADF7D is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 125 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.13 |
| HSL | 63.06º | 0.6% | 0.68% | - |
| HSV(B) | 63.06º | 0.44% | 0.87% | - |
| XYZ | 59 | 69.16 | 29.64 | - |
| YUV | 210.33 | 79.84 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 125 | 0.02 | 0 | 0.44 | 0.13 | 63.06 | 0.6 | 0.68 |
| Hex | DA | DF | 7D | 2 | 0 | 2C | D | 3F | 3C | 44 |
| Octal | 332 | 337 | 175 | 2 | 0 | 54 | 15 | 77 | 74 | 104 |
| Binary | 11011010 | 11011111 | 1111101 | 10 | 0 | 101100 | 1101 | 111111 | 111100 | 1000100 |
Color Harmonies of #DADF7D
Complementary color
Monochromatic Colors of #DADF7D
Black with #DADF7D
Text Example
Text Example
White with #DADF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF7D; }
p { color: rgb(218,223,125); }
H1.HeaderClassName
{
color: #DADF7D;
}
.AnyTagClassName
{
color: #DADF7D;
}
</style>
background-color css
<style>
a { background-color: #DADF7D; }
a { background-color: rgb(218,223,125); }
div.DivClassName
{
background-color: #DADF7D;
}
.BgClassName
{
background-color: #DADF7D;
}
</style>
border-color css
<style>
span { border-color: #DADF7D; }
span { border-color: rgb(218,223,125); }
td.TdClassName
{
border-color: #DADF7D;
}
.TagClassName
{
border-color: #DADF7D;
}
</style>