Shades of Sunflower #DBC305
Tints of Sunflower #DBC305
RGB
CMYK
RGB Variations
Color information
#DBC305 (or 0xDBC305) is known color: Sunflower. HEX triplet: DB, C3 and 05. RGB value is (219,195,5). Sum of RGB (Red+Green+Blue) = 219+195+5=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC305 is #243CFA. Grayscale: #B5B5B5. Windows color (decimal): -2374907 or 377819. OLE color: 377819.
HSL color Cylindrical-coordinate representation of color #DBC305: hue angle of 53.27º 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 #DBC305 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.14 |
| HSL | 53.27º | 0.96% | 0.44% | - |
| HSV(B) | 53.27º | 0.98% | 0.86% | - |
| XYZ | 48.76 | 54.1 | 8.02 | - |
| YUV | 180.52 | 28.95 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 5 | 0 | 0.11 | 0.98 | 0.14 | 53.27 | 0.96 | 0.44 |
| Hex | DB | C3 | 5 | 0 | B | 62 | E | 35 | 60 | 2C |
| Octal | 333 | 303 | 5 | 0 | 13 | 142 | 16 | 65 | 140 | 54 |
| Binary | 11011011 | 11000011 | 101 | 0 | 1011 | 1100010 | 1110 | 110101 | 1100000 | 101100 |
Color Harmonies of #DBC305
Complementary color
Monochromatic Colors of #DBC305
Black with #DBC305
Text Example
Text Example
White with #DBC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC305; }
p { color: rgb(219,195,5); }
H1.HeaderClassName
{
color: #DBC305;
}
.AnyTagClassName
{
color: #DBC305;
}
</style>
background-color css
<style>
a { background-color: #DBC305; }
a { background-color: rgb(219,195,5); }
div.DivClassName
{
background-color: #DBC305;
}
.BgClassName
{
background-color: #DBC305;
}
</style>
border-color css
<style>
span { border-color: #DBC305; }
span { border-color: rgb(219,195,5); }
td.TdClassName
{
border-color: #DBC305;
}
.TagClassName
{
border-color: #DBC305;
}
</style>