Shades of Sunflower #DBBE1C
Tints of Sunflower #DBBE1C
RGB
CMYK
RGB Variations
Color information
#DBBE1C (or 0xDBBE1C) is known color: Sunflower. HEX triplet: DB, BE and 1C. RGB value is (219,190,28). Sum of RGB (Red+Green+Blue) = 219+190+28=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE1C is #2441E3. Grayscale: #B4B4B4. Windows color (decimal): -2376164 or 1883867. OLE color: 1883867.
HSL color Cylindrical-coordinate representation of color #DBBE1C: hue angle of 50.89º 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 #DBBE1C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.14 |
| HSL | 50.89º | 0.77% | 0.48% | - |
| HSV(B) | 50.89º | 0.87% | 0.86% | - |
| XYZ | 47.84 | 51.97 | 8.61 | - |
| YUV | 180.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 28 | 0 | 0.13 | 0.87 | 0.14 | 50.89 | 0.77 | 0.48 |
| Hex | DB | BE | 1C | 0 | D | 57 | E | 33 | 4D | 30 |
| Octal | 333 | 276 | 34 | 0 | 15 | 127 | 16 | 63 | 115 | 60 |
| Binary | 11011011 | 10111110 | 11100 | 0 | 1101 | 1010111 | 1110 | 110011 | 1001101 | 110000 |
Color Harmonies of #DBBE1C
Complementary color
Monochromatic Colors of #DBBE1C
Black with #DBBE1C
Text Example
Text Example
White with #DBBE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE1C; }
p { color: rgb(219,190,28); }
H1.HeaderClassName
{
color: #DBBE1C;
}
.AnyTagClassName
{
color: #DBBE1C;
}
</style>
background-color css
<style>
a { background-color: #DBBE1C; }
a { background-color: rgb(219,190,28); }
div.DivClassName
{
background-color: #DBBE1C;
}
.BgClassName
{
background-color: #DBBE1C;
}
</style>
border-color css
<style>
span { border-color: #DBBE1C; }
span { border-color: rgb(219,190,28); }
td.TdClassName
{
border-color: #DBBE1C;
}
.TagClassName
{
border-color: #DBBE1C;
}
</style>