Shades of Sunflower #DBBB0F
Tints of Sunflower #DBBB0F
RGB
CMYK
RGB Variations
Color information
#DBBB0F (or 0xDBBB0F) is known color: Sunflower. HEX triplet: DB, BB and 0F. RGB value is (219,187,15). Sum of RGB (Red+Green+Blue) = 219+187+15=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB0F is #2444F0. Grayscale: #B1B1B1. Windows color (decimal): -2376945 or 1031131. OLE color: 1031131.
HSL color Cylindrical-coordinate representation of color #DBBB0F: hue angle of 50.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBBB0F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 15 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.14 |
| HSL | 50.59º | 0.87% | 0.46% | - |
| HSV(B) | 50.59º | 0.93% | 0.86% | - |
| XYZ | 47.07 | 50.64 | 7.74 | - |
| YUV | 176.96 | 36.6 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 15 | 0 | 0.15 | 0.93 | 0.14 | 50.59 | 0.87 | 0.46 |
| Hex | DB | BB | F | 0 | F | 5D | E | 33 | 57 | 2E |
| Octal | 333 | 273 | 17 | 0 | 17 | 135 | 16 | 63 | 127 | 56 |
| Binary | 11011011 | 10111011 | 1111 | 0 | 1111 | 1011101 | 1110 | 110011 | 1010111 | 101110 |
Color Harmonies of #DBBB0F
Complementary color
Monochromatic Colors of #DBBB0F
Black with #DBBB0F
Text Example
Text Example
White with #DBBB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB0F; }
p { color: rgb(219,187,15); }
H1.HeaderClassName
{
color: #DBBB0F;
}
.AnyTagClassName
{
color: #DBBB0F;
}
</style>
background-color css
<style>
a { background-color: #DBBB0F; }
a { background-color: rgb(219,187,15); }
div.DivClassName
{
background-color: #DBBB0F;
}
.BgClassName
{
background-color: #DBBB0F;
}
</style>
border-color css
<style>
span { border-color: #DBBB0F; }
span { border-color: rgb(219,187,15); }
td.TdClassName
{
border-color: #DBBB0F;
}
.TagClassName
{
border-color: #DBBB0F;
}
</style>