Shades of Sunflower #DBBE1F
Tints of Sunflower #DBBE1F
RGB
CMYK
RGB Variations
Color information
#DBBE1F (or 0xDBBE1F) is known color: Sunflower. HEX triplet: DB, BE and 1F. RGB value is (219,190,31). Sum of RGB (Red+Green+Blue) = 219+190+31=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE1F is #2441E0. Grayscale: #B5B5B5. Windows color (decimal): -2376161 or 2080475. OLE color: 2080475.
HSL color Cylindrical-coordinate representation of color #DBBE1F: hue angle of 50.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBBE1F is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 31 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.14 |
| HSL | 50.74º | 0.75% | 0.49% | - |
| HSV(B) | 50.74º | 0.86% | 0.86% | - |
| XYZ | 47.87 | 51.99 | 8.81 | - |
| YUV | 180.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 31 | 0 | 0.13 | 0.86 | 0.14 | 50.74 | 0.75 | 0.49 |
| Hex | DB | BE | 1F | 0 | D | 56 | E | 33 | 4B | 31 |
| Octal | 333 | 276 | 37 | 0 | 15 | 126 | 16 | 63 | 113 | 61 |
| Binary | 11011011 | 10111110 | 11111 | 0 | 1101 | 1010110 | 1110 | 110011 | 1001011 | 110001 |
Color Harmonies of #DBBE1F
Complementary color
Monochromatic Colors of #DBBE1F
Black with #DBBE1F
Text Example
Text Example
White with #DBBE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE1F; }
p { color: rgb(219,190,31); }
H1.HeaderClassName
{
color: #DBBE1F;
}
.AnyTagClassName
{
color: #DBBE1F;
}
</style>
background-color css
<style>
a { background-color: #DBBE1F; }
a { background-color: rgb(219,190,31); }
div.DivClassName
{
background-color: #DBBE1F;
}
.BgClassName
{
background-color: #DBBE1F;
}
</style>
border-color css
<style>
span { border-color: #DBBE1F; }
span { border-color: rgb(219,190,31); }
td.TdClassName
{
border-color: #DBBE1F;
}
.TagClassName
{
border-color: #DBBE1F;
}
</style>