Shades of Goldenrod #DADF81
Tints of Goldenrod #DADF81
RGB
CMYK
RGB Variations
Color information
#DADF81 (or 0xDADF81) is known color: Goldenrod. HEX triplet: DA, DF and 81. RGB value is (218,223,129). Sum of RGB (Red+Green+Blue) = 218+223+129=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF81 is #25207E. Grayscale: #D3D3D3. Windows color (decimal): -2433151 or 8511450. OLE color: 8511450.
HSL color Cylindrical-coordinate representation of color #DADF81: hue angle of 63.19º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DADF81 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 129 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.13 |
| HSL | 63.19º | 0.59% | 0.69% | - |
| HSV(B) | 63.19º | 0.42% | 0.87% | - |
| XYZ | 59.26 | 69.27 | 31.01 | - |
| YUV | 210.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 129 | 0.02 | 0 | 0.42 | 0.13 | 63.19 | 0.59 | 0.69 |
| Hex | DA | DF | 81 | 2 | 0 | 2A | D | 3F | 3B | 45 |
| Octal | 332 | 337 | 201 | 2 | 0 | 52 | 15 | 77 | 73 | 105 |
| Binary | 11011010 | 11011111 | 10000001 | 10 | 0 | 101010 | 1101 | 111111 | 111011 | 1000101 |
Color Harmonies of #DADF81
Complementary color
Monochromatic Colors of #DADF81
Black with #DADF81
Text Example
Text Example
White with #DADF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF81; }
p { color: rgb(218,223,129); }
H1.HeaderClassName
{
color: #DADF81;
}
.AnyTagClassName
{
color: #DADF81;
}
</style>
background-color css
<style>
a { background-color: #DADF81; }
a { background-color: rgb(218,223,129); }
div.DivClassName
{
background-color: #DADF81;
}
.BgClassName
{
background-color: #DADF81;
}
</style>
border-color css
<style>
span { border-color: #DADF81; }
span { border-color: rgb(218,223,129); }
td.TdClassName
{
border-color: #DADF81;
}
.TagClassName
{
border-color: #DADF81;
}
</style>