Shades of Sunflower #DBC007
Tints of Sunflower #DBC007
RGB
CMYK
RGB Variations
Color information
#DBC007 (or 0xDBC007) is known color: Sunflower. HEX triplet: DB, C0 and 07. RGB value is (219,192,7). Sum of RGB (Red+Green+Blue) = 219+192+7=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC007 is #243FF8. Grayscale: #B3B3B3. Windows color (decimal): -2375673 or 508123. OLE color: 508123.
HSL color Cylindrical-coordinate representation of color #DBC007: hue angle of 52.36º 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 #DBC007 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.14 |
| HSL | 52.36º | 0.94% | 0.44% | - |
| HSV(B) | 52.36º | 0.97% | 0.86% | - |
| XYZ | 48.1 | 52.77 | 7.85 | - |
| YUV | 178.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 7 | 0 | 0.12 | 0.97 | 0.14 | 52.36 | 0.94 | 0.44 |
| Hex | DB | C0 | 7 | 0 | C | 61 | E | 34 | 5E | 2C |
| Octal | 333 | 300 | 7 | 0 | 14 | 141 | 16 | 64 | 136 | 54 |
| Binary | 11011011 | 11000000 | 111 | 0 | 1100 | 1100001 | 1110 | 110100 | 1011110 | 101100 |
Color Harmonies of #DBC007
Complementary color
Monochromatic Colors of #DBC007
Black with #DBC007
Text Example
Text Example
White with #DBC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC007; }
p { color: rgb(219,192,7); }
H1.HeaderClassName
{
color: #DBC007;
}
.AnyTagClassName
{
color: #DBC007;
}
</style>
background-color css
<style>
a { background-color: #DBC007; }
a { background-color: rgb(219,192,7); }
div.DivClassName
{
background-color: #DBC007;
}
.BgClassName
{
background-color: #DBC007;
}
</style>
border-color css
<style>
span { border-color: #DBC007; }
span { border-color: rgb(219,192,7); }
td.TdClassName
{
border-color: #DBC007;
}
.TagClassName
{
border-color: #DBC007;
}
</style>