Shades of Sunflower #DABB1D
Tints of Sunflower #DABB1D
RGB
CMYK
RGB Variations
Color information
#DABB1D (or 0xDABB1D) is known color: Sunflower. HEX triplet: DA, BB and 1D. RGB value is (218,187,29). Sum of RGB (Red+Green+Blue) = 218+187+29=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB1D is #2544E2. Grayscale: #B2B2B2. Windows color (decimal): -2442467 or 1948634. OLE color: 1948634.
HSL color Cylindrical-coordinate representation of color #DABB1D: hue angle of 50.16º 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 #DABB1D is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 29 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.15 |
| HSL | 50.16º | 0.77% | 0.48% | - |
| HSV(B) | 50.16º | 0.87% | 0.85% | - |
| XYZ | 46.91 | 50.53 | 8.44 | - |
| YUV | 178.26 | 43.77 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 29 | 0 | 0.14 | 0.87 | 0.15 | 50.16 | 0.77 | 0.48 |
| Hex | DA | BB | 1D | 0 | E | 57 | F | 32 | 4D | 30 |
| Octal | 332 | 273 | 35 | 0 | 16 | 127 | 17 | 62 | 115 | 60 |
| Binary | 11011010 | 10111011 | 11101 | 0 | 1110 | 1010111 | 1111 | 110010 | 1001101 | 110000 |
Color Harmonies of #DABB1D
Complementary color
Monochromatic Colors of #DABB1D
Black with #DABB1D
Text Example
Text Example
White with #DABB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB1D; }
p { color: rgb(218,187,29); }
H1.HeaderClassName
{
color: #DABB1D;
}
.AnyTagClassName
{
color: #DABB1D;
}
</style>
background-color css
<style>
a { background-color: #DABB1D; }
a { background-color: rgb(218,187,29); }
div.DivClassName
{
background-color: #DABB1D;
}
.BgClassName
{
background-color: #DABB1D;
}
</style>
border-color css
<style>
span { border-color: #DABB1D; }
span { border-color: rgb(218,187,29); }
td.TdClassName
{
border-color: #DABB1D;
}
.TagClassName
{
border-color: #DABB1D;
}
</style>