Shades of Sunflower #DBBD0A
Tints of Sunflower #DBBD0A
RGB
CMYK
RGB Variations
Color information
#DBBD0A (or 0xDBBD0A) is known color: Sunflower. HEX triplet: DB, BD and 0A. RGB value is (219,189,10). Sum of RGB (Red+Green+Blue) = 219+189+10=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD0A is #2442F5. Grayscale: #B2B2B2. Windows color (decimal): -2376438 or 703963. OLE color: 703963.
HSL color Cylindrical-coordinate representation of color #DBBD0A: hue angle of 51.39º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBBD0A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 10 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.14 |
| HSL | 51.39º | 0.91% | 0.45% | - |
| HSV(B) | 51.39º | 0.95% | 0.86% | - |
| XYZ | 47.47 | 51.48 | 7.72 | - |
| YUV | 177.56 | 33.44 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 10 | 0 | 0.14 | 0.95 | 0.14 | 51.39 | 0.91 | 0.45 |
| Hex | DB | BD | A | 0 | E | 5F | E | 33 | 5B | 2D |
| Octal | 333 | 275 | 12 | 0 | 16 | 137 | 16 | 63 | 133 | 55 |
| Binary | 11011011 | 10111101 | 1010 | 0 | 1110 | 1011111 | 1110 | 110011 | 1011011 | 101101 |
Color Harmonies of #DBBD0A
Complementary color
Monochromatic Colors of #DBBD0A
Black with #DBBD0A
Text Example
Text Example
White with #DBBD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD0A; }
p { color: rgb(219,189,10); }
H1.HeaderClassName
{
color: #DBBD0A;
}
.AnyTagClassName
{
color: #DBBD0A;
}
</style>
background-color css
<style>
a { background-color: #DBBD0A; }
a { background-color: rgb(219,189,10); }
div.DivClassName
{
background-color: #DBBD0A;
}
.BgClassName
{
background-color: #DBBD0A;
}
</style>
border-color css
<style>
span { border-color: #DBBD0A; }
span { border-color: rgb(219,189,10); }
td.TdClassName
{
border-color: #DBBD0A;
}
.TagClassName
{
border-color: #DBBD0A;
}
</style>