Shades of Sunflower #DBBB01
Tints of Sunflower #DBBB01
RGB
CMYK
RGB Variations
Color information
#DBBB01 (or 0xDBBB01) is known color: Sunflower. HEX triplet: DB, BB and 01. RGB value is (219,187,1). Sum of RGB (Red+Green+Blue) = 219+187+1=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB01 is #2444FE. Grayscale: #B0B0B0. Windows color (decimal): -2376959 or 113627. OLE color: 113627.
HSL color Cylindrical-coordinate representation of color #DBBB01: hue angle of 51.19º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBBB01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.14 |
| HSL | 51.19º | 0.99% | 0.43% | - |
| HSV(B) | 51.19º | 1% | 0.86% | - |
| XYZ | 46.99 | 50.6 | 7.32 | - |
| YUV | 175.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 1 | 0 | 0.15 | 1.00 | 0.14 | 51.19 | 0.99 | 0.43 |
| Hex | DB | BB | 1 | 0 | F | 64 | E | 33 | 63 | 2B |
| Octal | 333 | 273 | 1 | 0 | 17 | 144 | 16 | 63 | 143 | 53 |
| Binary | 11011011 | 10111011 | 1 | 0 | 1111 | 1100100 | 1110 | 110011 | 1100011 | 101011 |
Color Harmonies of #DBBB01
Complementary color
Monochromatic Colors of #DBBB01
Black with #DBBB01
Text Example
Text Example
White with #DBBB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB01; }
p { color: rgb(219,187,1); }
H1.HeaderClassName
{
color: #DBBB01;
}
.AnyTagClassName
{
color: #DBBB01;
}
</style>
background-color css
<style>
a { background-color: #DBBB01; }
a { background-color: rgb(219,187,1); }
div.DivClassName
{
background-color: #DBBB01;
}
.BgClassName
{
background-color: #DBBB01;
}
</style>
border-color css
<style>
span { border-color: #DBBB01; }
span { border-color: rgb(219,187,1); }
td.TdClassName
{
border-color: #DBBB01;
}
.TagClassName
{
border-color: #DBBB01;
}
</style>