Shades of Sunflower #DAB61D
Tints of Sunflower #DAB61D
RGB
CMYK
RGB Variations
Color information
#DAB61D (or 0xDAB61D) is known color: Sunflower. HEX triplet: DA, B6 and 1D. RGB value is (218,182,29). Sum of RGB (Red+Green+Blue) = 218+182+29=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB61D is #2549E2. Grayscale: #AFAFAF. Windows color (decimal): -2443747 or 1947354. OLE color: 1947354.
HSL color Cylindrical-coordinate representation of color #DAB61D: hue angle of 48.57º 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 #DAB61D is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 29 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.15 |
| HSL | 48.57º | 0.77% | 0.48% | - |
| HSV(B) | 48.57º | 0.87% | 0.85% | - |
| XYZ | 45.86 | 48.45 | 8.1 | - |
| YUV | 175.32 | 45.43 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 29 | 0 | 0.17 | 0.87 | 0.15 | 48.57 | 0.77 | 0.48 |
| Hex | DA | B6 | 1D | 0 | 11 | 57 | F | 31 | 4D | 30 |
| Octal | 332 | 266 | 35 | 0 | 21 | 127 | 17 | 61 | 115 | 60 |
| Binary | 11011010 | 10110110 | 11101 | 0 | 10001 | 1010111 | 1111 | 110001 | 1001101 | 110000 |
Color Harmonies of #DAB61D
Complementary color
Monochromatic Colors of #DAB61D
Black with #DAB61D
Text Example
Text Example
White with #DAB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB61D; }
p { color: rgb(218,182,29); }
H1.HeaderClassName
{
color: #DAB61D;
}
.AnyTagClassName
{
color: #DAB61D;
}
</style>
background-color css
<style>
a { background-color: #DAB61D; }
a { background-color: rgb(218,182,29); }
div.DivClassName
{
background-color: #DAB61D;
}
.BgClassName
{
background-color: #DAB61D;
}
</style>
border-color css
<style>
span { border-color: #DAB61D; }
span { border-color: rgb(218,182,29); }
td.TdClassName
{
border-color: #DAB61D;
}
.TagClassName
{
border-color: #DAB61D;
}
</style>