Shades of Sunflower #DBC407
Tints of Sunflower #DBC407
RGB
CMYK
RGB Variations
Color information
#DBC407 (or 0xDBC407) is known color: Sunflower. HEX triplet: DB, C4 and 07. RGB value is (219,196,7). Sum of RGB (Red+Green+Blue) = 219+196+7=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC407 is #243BF8. Grayscale: #B6B6B6. Windows color (decimal): -2374649 or 509147. OLE color: 509147.
HSL color Cylindrical-coordinate representation of color #DBC407: hue angle of 53.49º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBC407 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.14 |
| HSL | 53.49º | 0.94% | 0.44% | - |
| HSV(B) | 53.49º | 0.97% | 0.86% | - |
| XYZ | 48.99 | 54.56 | 8.15 | - |
| YUV | 181.33 | 29.62 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 7 | 0 | 0.11 | 0.97 | 0.14 | 53.49 | 0.94 | 0.44 |
| Hex | DB | C4 | 7 | 0 | B | 61 | E | 35 | 5E | 2C |
| Octal | 333 | 304 | 7 | 0 | 13 | 141 | 16 | 65 | 136 | 54 |
| Binary | 11011011 | 11000100 | 111 | 0 | 1011 | 1100001 | 1110 | 110101 | 1011110 | 101100 |
Color Harmonies of #DBC407
Complementary color
Monochromatic Colors of #DBC407
Black with #DBC407
Text Example
Text Example
White with #DBC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC407; }
p { color: rgb(219,196,7); }
H1.HeaderClassName
{
color: #DBC407;
}
.AnyTagClassName
{
color: #DBC407;
}
</style>
background-color css
<style>
a { background-color: #DBC407; }
a { background-color: rgb(219,196,7); }
div.DivClassName
{
background-color: #DBC407;
}
.BgClassName
{
background-color: #DBC407;
}
</style>
border-color css
<style>
span { border-color: #DBC407; }
span { border-color: rgb(219,196,7); }
td.TdClassName
{
border-color: #DBC407;
}
.TagClassName
{
border-color: #DBC407;
}
</style>