Shades of Sunflower #DBBD03
Tints of Sunflower #DBBD03
RGB
CMYK
RGB Variations
Color information
#DBBD03 (or 0xDBBD03) is known color: Sunflower. HEX triplet: DB, BD and 03. RGB value is (219,189,3). Sum of RGB (Red+Green+Blue) = 219+189+3=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD03 is #2442FC. Grayscale: #B1B1B1. Windows color (decimal): -2376445 or 245211. OLE color: 245211.
HSL color Cylindrical-coordinate representation of color #DBBD03: hue angle of 51.67º 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 #DBBD03 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 3 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.14 |
| HSL | 51.67º | 0.97% | 0.44% | - |
| HSV(B) | 51.67º | 0.99% | 0.86% | - |
| XYZ | 47.43 | 51.46 | 7.52 | - |
| YUV | 176.77 | 29.94 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 3 | 0 | 0.14 | 0.99 | 0.14 | 51.67 | 0.97 | 0.44 |
| Hex | DB | BD | 3 | 0 | E | 63 | E | 34 | 61 | 2C |
| Octal | 333 | 275 | 3 | 0 | 16 | 143 | 16 | 64 | 141 | 54 |
| Binary | 11011011 | 10111101 | 11 | 0 | 1110 | 1100011 | 1110 | 110100 | 1100001 | 101100 |
Color Harmonies of #DBBD03
Complementary color
Monochromatic Colors of #DBBD03
Black with #DBBD03
Text Example
Text Example
White with #DBBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD03; }
p { color: rgb(219,189,3); }
H1.HeaderClassName
{
color: #DBBD03;
}
.AnyTagClassName
{
color: #DBBD03;
}
</style>
background-color css
<style>
a { background-color: #DBBD03; }
a { background-color: rgb(219,189,3); }
div.DivClassName
{
background-color: #DBBD03;
}
.BgClassName
{
background-color: #DBBD03;
}
</style>
border-color css
<style>
span { border-color: #DBBD03; }
span { border-color: rgb(219,189,3); }
td.TdClassName
{
border-color: #DBBD03;
}
.TagClassName
{
border-color: #DBBD03;
}
</style>