Shades of Sunflower #DAB91D
Tints of Sunflower #DAB91D
RGB
CMYK
RGB Variations
Color information
#DAB91D (or 0xDAB91D) is known color: Sunflower. HEX triplet: DA, B9 and 1D. RGB value is (218,185,29). Sum of RGB (Red+Green+Blue) = 218+185+29=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB91D is #2546E2. Grayscale: #B1B1B1. Windows color (decimal): -2442979 or 1948122. OLE color: 1948122.
HSL color Cylindrical-coordinate representation of color #DAB91D: hue angle of 49.52º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAB91D is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 29 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.15 |
| HSL | 49.52º | 0.77% | 0.48% | - |
| HSV(B) | 49.52º | 0.87% | 0.85% | - |
| XYZ | 46.48 | 49.69 | 8.3 | - |
| YUV | 177.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 29 | 0 | 0.15 | 0.87 | 0.15 | 49.52 | 0.77 | 0.48 |
| Hex | DA | B9 | 1D | 0 | F | 57 | F | 32 | 4D | 30 |
| Octal | 332 | 271 | 35 | 0 | 17 | 127 | 17 | 62 | 115 | 60 |
| Binary | 11011010 | 10111001 | 11101 | 0 | 1111 | 1010111 | 1111 | 110010 | 1001101 | 110000 |
Color Harmonies of #DAB91D
Complementary color
Monochromatic Colors of #DAB91D
Black with #DAB91D
Text Example
Text Example
White with #DAB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB91D; }
p { color: rgb(218,185,29); }
H1.HeaderClassName
{
color: #DAB91D;
}
.AnyTagClassName
{
color: #DAB91D;
}
</style>
background-color css
<style>
a { background-color: #DAB91D; }
a { background-color: rgb(218,185,29); }
div.DivClassName
{
background-color: #DAB91D;
}
.BgClassName
{
background-color: #DAB91D;
}
</style>
border-color css
<style>
span { border-color: #DAB91D; }
span { border-color: rgb(218,185,29); }
td.TdClassName
{
border-color: #DAB91D;
}
.TagClassName
{
border-color: #DAB91D;
}
</style>