Shades of Sunflower #DBBC1A
Tints of Sunflower #DBBC1A
RGB
CMYK
RGB Variations
Color information
#DBBC1A (or 0xDBBC1A) is known color: Sunflower. HEX triplet: DB, BC and 1A. RGB value is (219,188,26). Sum of RGB (Red+Green+Blue) = 219+188+26=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC1A is #2443E5. Grayscale: #B3B3B3. Windows color (decimal): -2376678 or 1752283. OLE color: 1752283.
HSL color Cylindrical-coordinate representation of color #DBBC1A: hue angle of 50.36º degrees, saturation: 0.79, 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 #DBBC1A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 26 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.14 |
| HSL | 50.36º | 0.79% | 0.48% | - |
| HSV(B) | 50.36º | 0.88% | 0.86% | - |
| XYZ | 47.38 | 51.1 | 8.34 | - |
| YUV | 178.8 | 41.77 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 26 | 0 | 0.14 | 0.88 | 0.14 | 50.36 | 0.79 | 0.48 |
| Hex | DB | BC | 1A | 0 | E | 58 | E | 32 | 4F | 30 |
| Octal | 333 | 274 | 32 | 0 | 16 | 130 | 16 | 62 | 117 | 60 |
| Binary | 11011011 | 10111100 | 11010 | 0 | 1110 | 1011000 | 1110 | 110010 | 1001111 | 110000 |
Color Harmonies of #DBBC1A
Complementary color
Monochromatic Colors of #DBBC1A
Black with #DBBC1A
Text Example
Text Example
White with #DBBC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC1A; }
p { color: rgb(219,188,26); }
H1.HeaderClassName
{
color: #DBBC1A;
}
.AnyTagClassName
{
color: #DBBC1A;
}
</style>
background-color css
<style>
a { background-color: #DBBC1A; }
a { background-color: rgb(219,188,26); }
div.DivClassName
{
background-color: #DBBC1A;
}
.BgClassName
{
background-color: #DBBC1A;
}
</style>
border-color css
<style>
span { border-color: #DBBC1A; }
span { border-color: rgb(219,188,26); }
td.TdClassName
{
border-color: #DBBC1A;
}
.TagClassName
{
border-color: #DBBC1A;
}
</style>