Shades of Sunflower #DBC105
Tints of Sunflower #DBC105
RGB
CMYK
RGB Variations
Color information
#DBC105 (or 0xDBC105) is known color: Sunflower. HEX triplet: DB, C1 and 05. RGB value is (219,193,5). Sum of RGB (Red+Green+Blue) = 219+193+5=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC105 is #243EFA. Grayscale: #B4B4B4. Windows color (decimal): -2375419 or 377307. OLE color: 377307.
HSL color Cylindrical-coordinate representation of color #DBC105: hue angle of 52.71º 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 #DBC105 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.14 |
| HSL | 52.71º | 0.96% | 0.44% | - |
| HSV(B) | 52.71º | 0.98% | 0.86% | - |
| XYZ | 48.31 | 53.21 | 7.87 | - |
| YUV | 179.34 | 29.61 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 5 | 0 | 0.12 | 0.98 | 0.14 | 52.71 | 0.96 | 0.44 |
| Hex | DB | C1 | 5 | 0 | C | 62 | E | 35 | 60 | 2C |
| Octal | 333 | 301 | 5 | 0 | 14 | 142 | 16 | 65 | 140 | 54 |
| Binary | 11011011 | 11000001 | 101 | 0 | 1100 | 1100010 | 1110 | 110101 | 1100000 | 101100 |
Color Harmonies of #DBC105
Complementary color
Monochromatic Colors of #DBC105
Black with #DBC105
Text Example
Text Example
White with #DBC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC105; }
p { color: rgb(219,193,5); }
H1.HeaderClassName
{
color: #DBC105;
}
.AnyTagClassName
{
color: #DBC105;
}
</style>
background-color css
<style>
a { background-color: #DBC105; }
a { background-color: rgb(219,193,5); }
div.DivClassName
{
background-color: #DBC105;
}
.BgClassName
{
background-color: #DBC105;
}
</style>
border-color css
<style>
span { border-color: #DBC105; }
span { border-color: rgb(219,193,5); }
td.TdClassName
{
border-color: #DBC105;
}
.TagClassName
{
border-color: #DBC105;
}
</style>