Shades of Sunflower #DBCB0D
Tints of Sunflower #DBCB0D
RGB
CMYK
RGB Variations
Color information
#DBCB0D (or 0xDBCB0D) is known color: Sunflower. HEX triplet: DB, CB and 0D. RGB value is (219,203,13). Sum of RGB (Red+Green+Blue) = 219+203+13=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB0D is #2434F2. Grayscale: #BABABA. Windows color (decimal): -2372851 or 904155. OLE color: 904155.
HSL color Cylindrical-coordinate representation of color #DBCB0D: hue angle of 55.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBCB0D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.14 |
| HSL | 55.34º | 0.89% | 0.45% | - |
| HSV(B) | 55.34º | 0.94% | 0.86% | - |
| XYZ | 50.64 | 57.8 | 8.87 | - |
| YUV | 186.12 | 30.3 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 13 | 0 | 0.07 | 0.94 | 0.14 | 55.34 | 0.89 | 0.45 |
| Hex | DB | CB | D | 0 | 7 | 5E | E | 37 | 59 | 2D |
| Octal | 333 | 313 | 15 | 0 | 7 | 136 | 16 | 67 | 131 | 55 |
| Binary | 11011011 | 11001011 | 1101 | 0 | 111 | 1011110 | 1110 | 110111 | 1011001 | 101101 |
Color Harmonies of #DBCB0D
Complementary color
Monochromatic Colors of #DBCB0D
Black with #DBCB0D
Text Example
Text Example
White with #DBCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB0D; }
p { color: rgb(219,203,13); }
H1.HeaderClassName
{
color: #DBCB0D;
}
.AnyTagClassName
{
color: #DBCB0D;
}
</style>
background-color css
<style>
a { background-color: #DBCB0D; }
a { background-color: rgb(219,203,13); }
div.DivClassName
{
background-color: #DBCB0D;
}
.BgClassName
{
background-color: #DBCB0D;
}
</style>
border-color css
<style>
span { border-color: #DBCB0D; }
span { border-color: rgb(219,203,13); }
td.TdClassName
{
border-color: #DBCB0D;
}
.TagClassName
{
border-color: #DBCB0D;
}
</style>