Shades of Sunflower #DBC41D
Tints of Sunflower #DBC41D
RGB
CMYK
RGB Variations
Color information
#DBC41D (or 0xDBC41D) is known color: Sunflower. HEX triplet: DB, C4 and 1D. RGB value is (219,196,29). Sum of RGB (Red+Green+Blue) = 219+196+29=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC41D is #243BE2. Grayscale: #B8B8B8. Windows color (decimal): -2374627 or 1950939. OLE color: 1950939.
HSL color Cylindrical-coordinate representation of color #DBC41D: hue angle of 52.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBC41D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 29 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.14 |
| HSL | 52.74º | 0.77% | 0.49% | - |
| HSV(B) | 52.74º | 0.87% | 0.86% | - |
| XYZ | 49.18 | 54.63 | 9.11 | - |
| YUV | 183.84 | 40.62 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 29 | 0 | 0.11 | 0.87 | 0.14 | 52.74 | 0.77 | 0.49 |
| Hex | DB | C4 | 1D | 0 | B | 57 | E | 35 | 4D | 31 |
| Octal | 333 | 304 | 35 | 0 | 13 | 127 | 16 | 65 | 115 | 61 |
| Binary | 11011011 | 11000100 | 11101 | 0 | 1011 | 1010111 | 1110 | 110101 | 1001101 | 110001 |
Color Harmonies of #DBC41D
Complementary color
Monochromatic Colors of #DBC41D
Black with #DBC41D
Text Example
Text Example
White with #DBC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC41D; }
p { color: rgb(219,196,29); }
H1.HeaderClassName
{
color: #DBC41D;
}
.AnyTagClassName
{
color: #DBC41D;
}
</style>
background-color css
<style>
a { background-color: #DBC41D; }
a { background-color: rgb(219,196,29); }
div.DivClassName
{
background-color: #DBC41D;
}
.BgClassName
{
background-color: #DBC41D;
}
</style>
border-color css
<style>
span { border-color: #DBC41D; }
span { border-color: rgb(219,196,29); }
td.TdClassName
{
border-color: #DBC41D;
}
.TagClassName
{
border-color: #DBC41D;
}
</style>