Shades of Sunflower #DAB10D
Tints of Sunflower #DAB10D
RGB
CMYK
RGB Variations
Color information
#DAB10D (or 0xDAB10D) is known color: Sunflower. HEX triplet: DA, B1 and 0D. RGB value is (218,177,13). Sum of RGB (Red+Green+Blue) = 218+177+13=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB10D is #254EF2. Grayscale: #ABABAB. Windows color (decimal): -2445043 or 897498. OLE color: 897498.
HSL color Cylindrical-coordinate representation of color #DAB10D: hue angle of 48º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAB10D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.15 |
| HSL | 48º | 0.89% | 0.45% | - |
| HSV(B) | 48º | 0.94% | 0.85% | - |
| XYZ | 44.71 | 46.38 | 6.98 | - |
| YUV | 170.56 | 39.08 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 13 | 0 | 0.19 | 0.94 | 0.15 | 48 | 0.89 | 0.45 |
| Hex | DA | B1 | D | 0 | 13 | 5E | F | 30 | 59 | 2D |
| Octal | 332 | 261 | 15 | 0 | 23 | 136 | 17 | 60 | 131 | 55 |
| Binary | 11011010 | 10110001 | 1101 | 0 | 10011 | 1011110 | 1111 | 110000 | 1011001 | 101101 |
Color Harmonies of #DAB10D
Complementary color
Monochromatic Colors of #DAB10D
Black with #DAB10D
Text Example
Text Example
White with #DAB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB10D; }
p { color: rgb(218,177,13); }
H1.HeaderClassName
{
color: #DAB10D;
}
.AnyTagClassName
{
color: #DAB10D;
}
</style>
background-color css
<style>
a { background-color: #DAB10D; }
a { background-color: rgb(218,177,13); }
div.DivClassName
{
background-color: #DAB10D;
}
.BgClassName
{
background-color: #DAB10D;
}
</style>
border-color css
<style>
span { border-color: #DAB10D; }
span { border-color: rgb(218,177,13); }
td.TdClassName
{
border-color: #DAB10D;
}
.TagClassName
{
border-color: #DAB10D;
}
</style>