Shades of Sunflower #DBC41C
Tints of Sunflower #DBC41C
RGB
CMYK
RGB Variations
Color information
#DBC41C (or 0xDBC41C) is known color: Sunflower. HEX triplet: DB, C4 and 1C. RGB value is (219,196,28). Sum of RGB (Red+Green+Blue) = 219+196+28=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC41C is #243BE3. Grayscale: #B8B8B8. Windows color (decimal): -2374628 or 1885403. OLE color: 1885403.
HSL color Cylindrical-coordinate representation of color #DBC41C: hue angle of 52.77º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBC41C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 28 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.14 |
| HSL | 52.77º | 0.77% | 0.48% | - |
| HSV(B) | 52.77º | 0.87% | 0.86% | - |
| XYZ | 49.16 | 54.62 | 9.05 | - |
| YUV | 183.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 28 | 0 | 0.11 | 0.87 | 0.14 | 52.77 | 0.77 | 0.48 |
| Hex | DB | C4 | 1C | 0 | B | 57 | E | 35 | 4D | 30 |
| Octal | 333 | 304 | 34 | 0 | 13 | 127 | 16 | 65 | 115 | 60 |
| Binary | 11011011 | 11000100 | 11100 | 0 | 1011 | 1010111 | 1110 | 110101 | 1001101 | 110000 |
Color Harmonies of #DBC41C
Complementary color
Monochromatic Colors of #DBC41C
Black with #DBC41C
Text Example
Text Example
White with #DBC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC41C; }
p { color: rgb(219,196,28); }
H1.HeaderClassName
{
color: #DBC41C;
}
.AnyTagClassName
{
color: #DBC41C;
}
</style>
background-color css
<style>
a { background-color: #DBC41C; }
a { background-color: rgb(219,196,28); }
div.DivClassName
{
background-color: #DBC41C;
}
.BgClassName
{
background-color: #DBC41C;
}
</style>
border-color css
<style>
span { border-color: #DBC41C; }
span { border-color: rgb(219,196,28); }
td.TdClassName
{
border-color: #DBC41C;
}
.TagClassName
{
border-color: #DBC41C;
}
</style>