Shades of Sunflower #DBBB14
Tints of Sunflower #DBBB14
RGB
CMYK
RGB Variations
Color information
#DBBB14 (or 0xDBBB14) is known color: Sunflower. HEX triplet: DB, BB and 14. RGB value is (219,187,20). Sum of RGB (Red+Green+Blue) = 219+187+20=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB14 is #2444EB. Grayscale: #B2B2B2. Windows color (decimal): -2376940 or 1358811. OLE color: 1358811.
HSL color Cylindrical-coordinate representation of color #DBBB14: hue angle of 50.35º degrees, saturation: 0.83, 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 #DBBB14 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 20 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.14 |
| HSL | 50.35º | 0.83% | 0.47% | - |
| HSV(B) | 50.35º | 0.91% | 0.86% | - |
| XYZ | 47.11 | 50.65 | 7.96 | - |
| YUV | 177.53 | 39.1 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 20 | 0 | 0.15 | 0.91 | 0.14 | 50.35 | 0.83 | 0.47 |
| Hex | DB | BB | 14 | 0 | F | 5B | E | 32 | 53 | 2F |
| Octal | 333 | 273 | 24 | 0 | 17 | 133 | 16 | 62 | 123 | 57 |
| Binary | 11011011 | 10111011 | 10100 | 0 | 1111 | 1011011 | 1110 | 110010 | 1010011 | 101111 |
Color Harmonies of #DBBB14
Complementary color
Monochromatic Colors of #DBBB14
Black with #DBBB14
Text Example
Text Example
White with #DBBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB14; }
p { color: rgb(219,187,20); }
H1.HeaderClassName
{
color: #DBBB14;
}
.AnyTagClassName
{
color: #DBBB14;
}
</style>
background-color css
<style>
a { background-color: #DBBB14; }
a { background-color: rgb(219,187,20); }
div.DivClassName
{
background-color: #DBBB14;
}
.BgClassName
{
background-color: #DBBB14;
}
</style>
border-color css
<style>
span { border-color: #DBBB14; }
span { border-color: rgb(219,187,20); }
td.TdClassName
{
border-color: #DBBB14;
}
.TagClassName
{
border-color: #DBBB14;
}
</style>