Shades of Sunflower #DBBD1B
Tints of Sunflower #DBBD1B
RGB
CMYK
RGB Variations
Color information
#DBBD1B (or 0xDBBD1B) is known color: Sunflower. HEX triplet: DB, BD and 1B. RGB value is (219,189,27). Sum of RGB (Red+Green+Blue) = 219+189+27=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD1B is #2442E4. Grayscale: #B4B4B4. Windows color (decimal): -2376421 or 1818075. OLE color: 1818075.
HSL color Cylindrical-coordinate representation of color #DBBD1B: hue angle of 50.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBBD1B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 27 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.14 |
| HSL | 50.63º | 0.78% | 0.48% | - |
| HSV(B) | 50.63º | 0.88% | 0.86% | - |
| XYZ | 47.61 | 51.53 | 8.47 | - |
| YUV | 179.5 | 41.94 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 27 | 0 | 0.14 | 0.88 | 0.14 | 50.63 | 0.78 | 0.48 |
| Hex | DB | BD | 1B | 0 | E | 58 | E | 33 | 4E | 30 |
| Octal | 333 | 275 | 33 | 0 | 16 | 130 | 16 | 63 | 116 | 60 |
| Binary | 11011011 | 10111101 | 11011 | 0 | 1110 | 1011000 | 1110 | 110011 | 1001110 | 110000 |
Color Harmonies of #DBBD1B
Complementary color
Monochromatic Colors of #DBBD1B
Black with #DBBD1B
Text Example
Text Example
White with #DBBD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD1B; }
p { color: rgb(219,189,27); }
H1.HeaderClassName
{
color: #DBBD1B;
}
.AnyTagClassName
{
color: #DBBD1B;
}
</style>
background-color css
<style>
a { background-color: #DBBD1B; }
a { background-color: rgb(219,189,27); }
div.DivClassName
{
background-color: #DBBD1B;
}
.BgClassName
{
background-color: #DBBD1B;
}
</style>
border-color css
<style>
span { border-color: #DBBD1B; }
span { border-color: rgb(219,189,27); }
td.TdClassName
{
border-color: #DBBD1B;
}
.TagClassName
{
border-color: #DBBD1B;
}
</style>