Shades of Sunflower #DBBB03
Tints of Sunflower #DBBB03
RGB
CMYK
RGB Variations
Color information
#DBBB03 (or 0xDBBB03) is known color: Sunflower. HEX triplet: DB, BB and 03. RGB value is (219,187,3). Sum of RGB (Red+Green+Blue) = 219+187+3=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB03 is #2444FC. Grayscale: #B0B0B0. Windows color (decimal): -2376957 or 244699. OLE color: 244699.
HSL color Cylindrical-coordinate representation of color #DBBB03: hue angle of 51.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBBB03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.14 |
| HSL | 51.11º | 0.97% | 0.44% | - |
| HSV(B) | 51.11º | 0.99% | 0.86% | - |
| XYZ | 47 | 50.61 | 7.38 | - |
| YUV | 175.59 | 30.6 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 3 | 0 | 0.15 | 0.99 | 0.14 | 51.11 | 0.97 | 0.44 |
| Hex | DB | BB | 3 | 0 | F | 63 | E | 33 | 61 | 2C |
| Octal | 333 | 273 | 3 | 0 | 17 | 143 | 16 | 63 | 141 | 54 |
| Binary | 11011011 | 10111011 | 11 | 0 | 1111 | 1100011 | 1110 | 110011 | 1100001 | 101100 |
Color Harmonies of #DBBB03
Complementary color
Monochromatic Colors of #DBBB03
Black with #DBBB03
Text Example
Text Example
White with #DBBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB03; }
p { color: rgb(219,187,3); }
H1.HeaderClassName
{
color: #DBBB03;
}
.AnyTagClassName
{
color: #DBBB03;
}
</style>
background-color css
<style>
a { background-color: #DBBB03; }
a { background-color: rgb(219,187,3); }
div.DivClassName
{
background-color: #DBBB03;
}
.BgClassName
{
background-color: #DBBB03;
}
</style>
border-color css
<style>
span { border-color: #DBBB03; }
span { border-color: rgb(219,187,3); }
td.TdClassName
{
border-color: #DBBB03;
}
.TagClassName
{
border-color: #DBBB03;
}
</style>