Shades of Sunflower #DABB1E
Tints of Sunflower #DABB1E
RGB
CMYK
RGB Variations
Color information
#DABB1E (or 0xDABB1E) is known color: Sunflower. HEX triplet: DA, BB and 1E. RGB value is (218,187,30). Sum of RGB (Red+Green+Blue) = 218+187+30=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB1E is #2544E1. Grayscale: #B3B3B3. Windows color (decimal): -2442466 or 2014170. OLE color: 2014170.
HSL color Cylindrical-coordinate representation of color #DABB1E: hue angle of 50.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DABB1E is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 30 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.15 |
| HSL | 50.11º | 0.76% | 0.49% | - |
| HSV(B) | 50.11º | 0.86% | 0.85% | - |
| XYZ | 46.92 | 50.54 | 8.51 | - |
| YUV | 178.37 | 44.27 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 30 | 0 | 0.14 | 0.86 | 0.15 | 50.11 | 0.76 | 0.49 |
| Hex | DA | BB | 1E | 0 | E | 56 | F | 32 | 4C | 31 |
| Octal | 332 | 273 | 36 | 0 | 16 | 126 | 17 | 62 | 114 | 61 |
| Binary | 11011010 | 10111011 | 11110 | 0 | 1110 | 1010110 | 1111 | 110010 | 1001100 | 110001 |
Color Harmonies of #DABB1E
Complementary color
Monochromatic Colors of #DABB1E
Black with #DABB1E
Text Example
Text Example
White with #DABB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB1E; }
p { color: rgb(218,187,30); }
H1.HeaderClassName
{
color: #DABB1E;
}
.AnyTagClassName
{
color: #DABB1E;
}
</style>
background-color css
<style>
a { background-color: #DABB1E; }
a { background-color: rgb(218,187,30); }
div.DivClassName
{
background-color: #DABB1E;
}
.BgClassName
{
background-color: #DABB1E;
}
</style>
border-color css
<style>
span { border-color: #DABB1E; }
span { border-color: rgb(218,187,30); }
td.TdClassName
{
border-color: #DABB1E;
}
.TagClassName
{
border-color: #DABB1E;
}
</style>