Shades of Sunflower #DBB61E
Tints of Sunflower #DBB61E
RGB
CMYK
RGB Variations
Color information
#DBB61E (or 0xDBB61E) is known color: Sunflower. HEX triplet: DB, B6 and 1E. RGB value is (219,182,30). Sum of RGB (Red+Green+Blue) = 219+182+30=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB61E is #2449E1. Grayscale: #B0B0B0. Windows color (decimal): -2378210 or 2012891. OLE color: 2012891.
HSL color Cylindrical-coordinate representation of color #DBB61E: hue angle of 48.25º degrees, saturation: 0.76, 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 #DBB61E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 30 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.14 |
| HSL | 48.25º | 0.76% | 0.49% | - |
| HSV(B) | 48.25º | 0.86% | 0.86% | - |
| XYZ | 46.18 | 48.61 | 8.18 | - |
| YUV | 175.74 | 45.76 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 30 | 0 | 0.17 | 0.86 | 0.14 | 48.25 | 0.76 | 0.49 |
| Hex | DB | B6 | 1E | 0 | 11 | 56 | E | 30 | 4C | 31 |
| Octal | 333 | 266 | 36 | 0 | 21 | 126 | 16 | 60 | 114 | 61 |
| Binary | 11011011 | 10110110 | 11110 | 0 | 10001 | 1010110 | 1110 | 110000 | 1001100 | 110001 |
Color Harmonies of #DBB61E
Complementary color
Monochromatic Colors of #DBB61E
Black with #DBB61E
Text Example
Text Example
White with #DBB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB61E; }
p { color: rgb(219,182,30); }
H1.HeaderClassName
{
color: #DBB61E;
}
.AnyTagClassName
{
color: #DBB61E;
}
</style>
background-color css
<style>
a { background-color: #DBB61E; }
a { background-color: rgb(219,182,30); }
div.DivClassName
{
background-color: #DBB61E;
}
.BgClassName
{
background-color: #DBB61E;
}
</style>
border-color css
<style>
span { border-color: #DBB61E; }
span { border-color: rgb(219,182,30); }
td.TdClassName
{
border-color: #DBB61E;
}
.TagClassName
{
border-color: #DBB61E;
}
</style>