Shades of Sunflower #DBBC1B
Tints of Sunflower #DBBC1B
RGB
CMYK
RGB Variations
Color information
#DBBC1B (or 0xDBBC1B) is known color: Sunflower. HEX triplet: DB, BC and 1B. RGB value is (219,188,27). Sum of RGB (Red+Green+Blue) = 219+188+27=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC1B is #2443E4. Grayscale: #B3B3B3. Windows color (decimal): -2376677 or 1817819. OLE color: 1817819.
HSL color Cylindrical-coordinate representation of color #DBBC1B: hue angle of 50.31º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBBC1B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 27 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.14 |
| HSL | 50.31º | 0.78% | 0.48% | - |
| HSV(B) | 50.31º | 0.88% | 0.86% | - |
| XYZ | 47.39 | 51.11 | 8.4 | - |
| YUV | 178.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 27 | 0 | 0.14 | 0.88 | 0.14 | 50.31 | 0.78 | 0.48 |
| Hex | DB | BC | 1B | 0 | E | 58 | E | 32 | 4E | 30 |
| Octal | 333 | 274 | 33 | 0 | 16 | 130 | 16 | 62 | 116 | 60 |
| Binary | 11011011 | 10111100 | 11011 | 0 | 1110 | 1011000 | 1110 | 110010 | 1001110 | 110000 |
Color Harmonies of #DBBC1B
Complementary color
Monochromatic Colors of #DBBC1B
Black with #DBBC1B
Text Example
Text Example
White with #DBBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC1B; }
p { color: rgb(219,188,27); }
H1.HeaderClassName
{
color: #DBBC1B;
}
.AnyTagClassName
{
color: #DBBC1B;
}
</style>
background-color css
<style>
a { background-color: #DBBC1B; }
a { background-color: rgb(219,188,27); }
div.DivClassName
{
background-color: #DBBC1B;
}
.BgClassName
{
background-color: #DBBC1B;
}
</style>
border-color css
<style>
span { border-color: #DBBC1B; }
span { border-color: rgb(219,188,27); }
td.TdClassName
{
border-color: #DBBC1B;
}
.TagClassName
{
border-color: #DBBC1B;
}
</style>