Shades of Sunflower #DABB17
Tints of Sunflower #DABB17
RGB
CMYK
RGB Variations
Color information
#DABB17 (or 0xDABB17) is known color: Sunflower. HEX triplet: DA, BB and 17. RGB value is (218,187,23). Sum of RGB (Red+Green+Blue) = 218+187+23=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB17 is #2544E8. Grayscale: #B2B2B2. Windows color (decimal): -2442473 or 1555418. OLE color: 1555418.
HSL color Cylindrical-coordinate representation of color #DABB17: hue angle of 50.46º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DABB17 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 23 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.15 |
| HSL | 50.46º | 0.81% | 0.47% | - |
| HSV(B) | 50.46º | 0.89% | 0.85% | - |
| XYZ | 46.84 | 50.51 | 8.09 | - |
| YUV | 177.57 | 40.77 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 23 | 0 | 0.14 | 0.89 | 0.15 | 50.46 | 0.81 | 0.47 |
| Hex | DA | BB | 17 | 0 | E | 59 | F | 32 | 51 | 2F |
| Octal | 332 | 273 | 27 | 0 | 16 | 131 | 17 | 62 | 121 | 57 |
| Binary | 11011010 | 10111011 | 10111 | 0 | 1110 | 1011001 | 1111 | 110010 | 1010001 | 101111 |
Color Harmonies of #DABB17
Complementary color
Monochromatic Colors of #DABB17
Black with #DABB17
Text Example
Text Example
White with #DABB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB17; }
p { color: rgb(218,187,23); }
H1.HeaderClassName
{
color: #DABB17;
}
.AnyTagClassName
{
color: #DABB17;
}
</style>
background-color css
<style>
a { background-color: #DABB17; }
a { background-color: rgb(218,187,23); }
div.DivClassName
{
background-color: #DABB17;
}
.BgClassName
{
background-color: #DABB17;
}
</style>
border-color css
<style>
span { border-color: #DABB17; }
span { border-color: rgb(218,187,23); }
td.TdClassName
{
border-color: #DABB17;
}
.TagClassName
{
border-color: #DABB17;
}
</style>