Shades of Sunflower #DABC07
Tints of Sunflower #DABC07
RGB
CMYK
RGB Variations
Color information
#DABC07 (or 0xDABC07) is known color: Sunflower. HEX triplet: DA, BC and 07. RGB value is (218,188,7). Sum of RGB (Red+Green+Blue) = 218+188+7=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC07 is #2543F8. Grayscale: #B1B1B1. Windows color (decimal): -2442233 or 507098. OLE color: 507098.
HSL color Cylindrical-coordinate representation of color #DABC07: hue angle of 51.47º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DABC07 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.15 |
| HSL | 51.47º | 0.94% | 0.44% | - |
| HSV(B) | 51.47º | 0.97% | 0.85% | - |
| XYZ | 46.94 | 50.89 | 7.55 | - |
| YUV | 176.34 | 32.44 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 7 | 0 | 0.14 | 0.97 | 0.15 | 51.47 | 0.94 | 0.44 |
| Hex | DA | BC | 7 | 0 | E | 61 | F | 33 | 5E | 2C |
| Octal | 332 | 274 | 7 | 0 | 16 | 141 | 17 | 63 | 136 | 54 |
| Binary | 11011010 | 10111100 | 111 | 0 | 1110 | 1100001 | 1111 | 110011 | 1011110 | 101100 |
Color Harmonies of #DABC07
Complementary color
Monochromatic Colors of #DABC07
Black with #DABC07
Text Example
Text Example
White with #DABC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC07; }
p { color: rgb(218,188,7); }
H1.HeaderClassName
{
color: #DABC07;
}
.AnyTagClassName
{
color: #DABC07;
}
</style>
background-color css
<style>
a { background-color: #DABC07; }
a { background-color: rgb(218,188,7); }
div.DivClassName
{
background-color: #DABC07;
}
.BgClassName
{
background-color: #DABC07;
}
</style>
border-color css
<style>
span { border-color: #DABC07; }
span { border-color: rgb(218,188,7); }
td.TdClassName
{
border-color: #DABC07;
}
.TagClassName
{
border-color: #DABC07;
}
</style>