Shades of Sunflower #DBB413
Tints of Sunflower #DBB413
RGB
CMYK
RGB Variations
Color information
#DBB413 (or 0xDBB413) is known color: Sunflower. HEX triplet: DB, B4 and 13. RGB value is (219,180,19). Sum of RGB (Red+Green+Blue) = 219+180+19=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB413 is #244BEC. Grayscale: #ADADAD. Windows color (decimal): -2378733 or 1291483. OLE color: 1291483.
HSL color Cylindrical-coordinate representation of color #DBB413: hue angle of 48.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBB413 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 19 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.14 |
| HSL | 48.3º | 0.84% | 0.47% | - |
| HSV(B) | 48.3º | 0.91% | 0.86% | - |
| XYZ | 45.65 | 47.75 | 7.43 | - |
| YUV | 173.31 | 40.92 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 19 | 0 | 0.18 | 0.91 | 0.14 | 48.3 | 0.84 | 0.47 |
| Hex | DB | B4 | 13 | 0 | 12 | 5B | E | 30 | 54 | 2F |
| Octal | 333 | 264 | 23 | 0 | 22 | 133 | 16 | 60 | 124 | 57 |
| Binary | 11011011 | 10110100 | 10011 | 0 | 10010 | 1011011 | 1110 | 110000 | 1010100 | 101111 |
Color Harmonies of #DBB413
Complementary color
Monochromatic Colors of #DBB413
Black with #DBB413
Text Example
Text Example
White with #DBB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB413; }
p { color: rgb(219,180,19); }
H1.HeaderClassName
{
color: #DBB413;
}
.AnyTagClassName
{
color: #DBB413;
}
</style>
background-color css
<style>
a { background-color: #DBB413; }
a { background-color: rgb(219,180,19); }
div.DivClassName
{
background-color: #DBB413;
}
.BgClassName
{
background-color: #DBB413;
}
</style>
border-color css
<style>
span { border-color: #DBB413; }
span { border-color: rgb(219,180,19); }
td.TdClassName
{
border-color: #DBB413;
}
.TagClassName
{
border-color: #DBB413;
}
</style>