Shades of Sunflower #DBC005
Tints of Sunflower #DBC005
RGB
CMYK
RGB Variations
Color information
#DBC005 (or 0xDBC005) is known color: Sunflower. HEX triplet: DB, C0 and 05. RGB value is (219,192,5). Sum of RGB (Red+Green+Blue) = 219+192+5=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC005 is #243FFA. Grayscale: #B3B3B3. Windows color (decimal): -2375675 or 377051. OLE color: 377051.
HSL color Cylindrical-coordinate representation of color #DBC005: hue angle of 52.43º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBC005 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.14 |
| HSL | 52.43º | 0.96% | 0.44% | - |
| HSV(B) | 52.43º | 0.98% | 0.86% | - |
| XYZ | 48.09 | 52.77 | 7.79 | - |
| YUV | 178.76 | 29.95 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 5 | 0 | 0.12 | 0.98 | 0.14 | 52.43 | 0.96 | 0.44 |
| Hex | DB | C0 | 5 | 0 | C | 62 | E | 34 | 60 | 2C |
| Octal | 333 | 300 | 5 | 0 | 14 | 142 | 16 | 64 | 140 | 54 |
| Binary | 11011011 | 11000000 | 101 | 0 | 1100 | 1100010 | 1110 | 110100 | 1100000 | 101100 |
Color Harmonies of #DBC005
Complementary color
Monochromatic Colors of #DBC005
Black with #DBC005
Text Example
Text Example
White with #DBC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC005; }
p { color: rgb(219,192,5); }
H1.HeaderClassName
{
color: #DBC005;
}
.AnyTagClassName
{
color: #DBC005;
}
</style>
background-color css
<style>
a { background-color: #DBC005; }
a { background-color: rgb(219,192,5); }
div.DivClassName
{
background-color: #DBC005;
}
.BgClassName
{
background-color: #DBC005;
}
</style>
border-color css
<style>
span { border-color: #DBC005; }
span { border-color: rgb(219,192,5); }
td.TdClassName
{
border-color: #DBC005;
}
.TagClassName
{
border-color: #DBC005;
}
</style>