Shades of Sunflower #DBBB0D
Tints of Sunflower #DBBB0D
RGB
CMYK
RGB Variations
Color information
#DBBB0D (or 0xDBBB0D) is known color: Sunflower. HEX triplet: DB, BB and 0D. RGB value is (219,187,13). Sum of RGB (Red+Green+Blue) = 219+187+13=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB0D is #2444F2. Grayscale: #B1B1B1. Windows color (decimal): -2376947 or 900059. OLE color: 900059.
HSL color Cylindrical-coordinate representation of color #DBBB0D: hue angle of 50.68º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBBB0D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.14 |
| HSL | 50.68º | 0.89% | 0.45% | - |
| HSV(B) | 50.68º | 0.94% | 0.86% | - |
| XYZ | 47.06 | 50.63 | 7.67 | - |
| YUV | 176.73 | 35.6 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 13 | 0 | 0.15 | 0.94 | 0.14 | 50.68 | 0.89 | 0.45 |
| Hex | DB | BB | D | 0 | F | 5E | E | 33 | 59 | 2D |
| Octal | 333 | 273 | 15 | 0 | 17 | 136 | 16 | 63 | 131 | 55 |
| Binary | 11011011 | 10111011 | 1101 | 0 | 1111 | 1011110 | 1110 | 110011 | 1011001 | 101101 |
Color Harmonies of #DBBB0D
Complementary color
Monochromatic Colors of #DBBB0D
Black with #DBBB0D
Text Example
Text Example
White with #DBBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB0D; }
p { color: rgb(219,187,13); }
H1.HeaderClassName
{
color: #DBBB0D;
}
.AnyTagClassName
{
color: #DBBB0D;
}
</style>
background-color css
<style>
a { background-color: #DBBB0D; }
a { background-color: rgb(219,187,13); }
div.DivClassName
{
background-color: #DBBB0D;
}
.BgClassName
{
background-color: #DBBB0D;
}
</style>
border-color css
<style>
span { border-color: #DBBB0D; }
span { border-color: rgb(219,187,13); }
td.TdClassName
{
border-color: #DBBB0D;
}
.TagClassName
{
border-color: #DBBB0D;
}
</style>