Shades of Sunflower #DBBC1C
Tints of Sunflower #DBBC1C
RGB
CMYK
RGB Variations
Color information
#DBBC1C (or 0xDBBC1C) is known color: Sunflower. HEX triplet: DB, BC and 1C. RGB value is (219,188,28). Sum of RGB (Red+Green+Blue) = 219+188+28=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC1C is #2443E3. Grayscale: #B3B3B3. Windows color (decimal): -2376676 or 1883355. OLE color: 1883355.
HSL color Cylindrical-coordinate representation of color #DBBC1C: hue angle of 50.26º 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 #DBBC1C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 28 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.14 |
| HSL | 50.26º | 0.77% | 0.48% | - |
| HSV(B) | 50.26º | 0.87% | 0.86% | - |
| XYZ | 47.41 | 51.11 | 8.47 | - |
| YUV | 179.03 | 42.77 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 28 | 0 | 0.14 | 0.87 | 0.14 | 50.26 | 0.77 | 0.48 |
| Hex | DB | BC | 1C | 0 | E | 57 | E | 32 | 4D | 30 |
| Octal | 333 | 274 | 34 | 0 | 16 | 127 | 16 | 62 | 115 | 60 |
| Binary | 11011011 | 10111100 | 11100 | 0 | 1110 | 1010111 | 1110 | 110010 | 1001101 | 110000 |
Color Harmonies of #DBBC1C
Complementary color
Monochromatic Colors of #DBBC1C
Black with #DBBC1C
Text Example
Text Example
White with #DBBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC1C; }
p { color: rgb(219,188,28); }
H1.HeaderClassName
{
color: #DBBC1C;
}
.AnyTagClassName
{
color: #DBBC1C;
}
</style>
background-color css
<style>
a { background-color: #DBBC1C; }
a { background-color: rgb(219,188,28); }
div.DivClassName
{
background-color: #DBBC1C;
}
.BgClassName
{
background-color: #DBBC1C;
}
</style>
border-color css
<style>
span { border-color: #DBBC1C; }
span { border-color: rgb(219,188,28); }
td.TdClassName
{
border-color: #DBBC1C;
}
.TagClassName
{
border-color: #DBBC1C;
}
</style>