Shades of Sunflower #DBC11D
Tints of Sunflower #DBC11D
RGB
CMYK
RGB Variations
Color information
#DBC11D (or 0xDBC11D) is known color: Sunflower. HEX triplet: DB, C1 and 1D. RGB value is (219,193,29). Sum of RGB (Red+Green+Blue) = 219+193+29=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC11D is #243EE2. Grayscale: #B6B6B6. Windows color (decimal): -2375395 or 1950171. OLE color: 1950171.
HSL color Cylindrical-coordinate representation of color #DBC11D: hue angle of 51.79º 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 #DBC11D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 29 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.14 |
| HSL | 51.79º | 0.77% | 0.49% | - |
| HSV(B) | 51.79º | 0.87% | 0.86% | - |
| XYZ | 48.51 | 53.29 | 8.89 | - |
| YUV | 182.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 29 | 0 | 0.12 | 0.87 | 0.14 | 51.79 | 0.77 | 0.49 |
| Hex | DB | C1 | 1D | 0 | C | 57 | E | 34 | 4D | 31 |
| Octal | 333 | 301 | 35 | 0 | 14 | 127 | 16 | 64 | 115 | 61 |
| Binary | 11011011 | 11000001 | 11101 | 0 | 1100 | 1010111 | 1110 | 110100 | 1001101 | 110001 |
Color Harmonies of #DBC11D
Complementary color
Monochromatic Colors of #DBC11D
Black with #DBC11D
Text Example
Text Example
White with #DBC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC11D; }
p { color: rgb(219,193,29); }
H1.HeaderClassName
{
color: #DBC11D;
}
.AnyTagClassName
{
color: #DBC11D;
}
</style>
background-color css
<style>
a { background-color: #DBC11D; }
a { background-color: rgb(219,193,29); }
div.DivClassName
{
background-color: #DBC11D;
}
.BgClassName
{
background-color: #DBC11D;
}
</style>
border-color css
<style>
span { border-color: #DBC11D; }
span { border-color: rgb(219,193,29); }
td.TdClassName
{
border-color: #DBC11D;
}
.TagClassName
{
border-color: #DBC11D;
}
</style>