Shades of Sunflower #DBBD13
Tints of Sunflower #DBBD13
RGB
CMYK
RGB Variations
Color information
#DBBD13 (or 0xDBBD13) is known color: Sunflower. HEX triplet: DB, BD and 13. RGB value is (219,189,19). Sum of RGB (Red+Green+Blue) = 219+189+19=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD13 is #2442EC. Grayscale: #B3B3B3. Windows color (decimal): -2376429 or 1293787. OLE color: 1293787.
HSL color Cylindrical-coordinate representation of color #DBBD13: hue angle of 51º degrees, saturation: 0.84, 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 #DBBD13 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 19 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.14 |
| HSL | 51º | 0.84% | 0.47% | - |
| HSV(B) | 51º | 0.91% | 0.86% | - |
| XYZ | 47.53 | 51.5 | 8.05 | - |
| YUV | 178.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 19 | 0 | 0.14 | 0.91 | 0.14 | 51 | 0.84 | 0.47 |
| Hex | DB | BD | 13 | 0 | E | 5B | E | 33 | 54 | 2F |
| Octal | 333 | 275 | 23 | 0 | 16 | 133 | 16 | 63 | 124 | 57 |
| Binary | 11011011 | 10111101 | 10011 | 0 | 1110 | 1011011 | 1110 | 110011 | 1010100 | 101111 |
Color Harmonies of #DBBD13
Complementary color
Monochromatic Colors of #DBBD13
Black with #DBBD13
Text Example
Text Example
White with #DBBD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD13; }
p { color: rgb(219,189,19); }
H1.HeaderClassName
{
color: #DBBD13;
}
.AnyTagClassName
{
color: #DBBD13;
}
</style>
background-color css
<style>
a { background-color: #DBBD13; }
a { background-color: rgb(219,189,19); }
div.DivClassName
{
background-color: #DBBD13;
}
.BgClassName
{
background-color: #DBBD13;
}
</style>
border-color css
<style>
span { border-color: #DBBD13; }
span { border-color: rgb(219,189,19); }
td.TdClassName
{
border-color: #DBBD13;
}
.TagClassName
{
border-color: #DBBD13;
}
</style>