Shades of Sunflower #DBBD0D
Tints of Sunflower #DBBD0D
RGB
CMYK
RGB Variations
Color information
#DBBD0D (or 0xDBBD0D) is known color: Sunflower. HEX triplet: DB, BD and 0D. RGB value is (219,189,13). Sum of RGB (Red+Green+Blue) = 219+189+13=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD0D is #2442F2. Grayscale: #B2B2B2. Windows color (decimal): -2376435 or 900571. OLE color: 900571.
HSL color Cylindrical-coordinate representation of color #DBBD0D: hue angle of 51.26º 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 #DBBD0D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.14 |
| HSL | 51.26º | 0.89% | 0.45% | - |
| HSV(B) | 51.26º | 0.94% | 0.86% | - |
| XYZ | 47.48 | 51.48 | 7.82 | - |
| YUV | 177.91 | 34.94 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 13 | 0 | 0.14 | 0.94 | 0.14 | 51.26 | 0.89 | 0.45 |
| Hex | DB | BD | D | 0 | E | 5E | E | 33 | 59 | 2D |
| Octal | 333 | 275 | 15 | 0 | 16 | 136 | 16 | 63 | 131 | 55 |
| Binary | 11011011 | 10111101 | 1101 | 0 | 1110 | 1011110 | 1110 | 110011 | 1011001 | 101101 |
Color Harmonies of #DBBD0D
Complementary color
Monochromatic Colors of #DBBD0D
Black with #DBBD0D
Text Example
Text Example
White with #DBBD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD0D; }
p { color: rgb(219,189,13); }
H1.HeaderClassName
{
color: #DBBD0D;
}
.AnyTagClassName
{
color: #DBBD0D;
}
</style>
background-color css
<style>
a { background-color: #DBBD0D; }
a { background-color: rgb(219,189,13); }
div.DivClassName
{
background-color: #DBBD0D;
}
.BgClassName
{
background-color: #DBBD0D;
}
</style>
border-color css
<style>
span { border-color: #DBBD0D; }
span { border-color: rgb(219,189,13); }
td.TdClassName
{
border-color: #DBBD0D;
}
.TagClassName
{
border-color: #DBBD0D;
}
</style>