Shades of Sunflower #DBC81A
Tints of Sunflower #DBC81A
RGB
CMYK
RGB Variations
Color information
#DBC81A (or 0xDBC81A) is known color: Sunflower. HEX triplet: DB, C8 and 1A. RGB value is (219,200,26). Sum of RGB (Red+Green+Blue) = 219+200+26=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC81A is #2437E5. Grayscale: #BABABA. Windows color (decimal): -2373606 or 1755355. OLE color: 1755355.
HSL color Cylindrical-coordinate representation of color #DBC81A: hue angle of 54.09º 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 #DBC81A is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 26 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.14 |
| HSL | 54.09º | 0.79% | 0.48% | - |
| HSV(B) | 54.09º | 0.88% | 0.86% | - |
| XYZ | 50.05 | 56.44 | 9.23 | - |
| YUV | 185.85 | 37.79 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 26 | 0 | 0.09 | 0.88 | 0.14 | 54.09 | 0.79 | 0.48 |
| Hex | DB | C8 | 1A | 0 | 9 | 58 | E | 36 | 4F | 30 |
| Octal | 333 | 310 | 32 | 0 | 11 | 130 | 16 | 66 | 117 | 60 |
| Binary | 11011011 | 11001000 | 11010 | 0 | 1001 | 1011000 | 1110 | 110110 | 1001111 | 110000 |
Color Harmonies of #DBC81A
Complementary color
Monochromatic Colors of #DBC81A
Black with #DBC81A
Text Example
Text Example
White with #DBC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC81A; }
p { color: rgb(219,200,26); }
H1.HeaderClassName
{
color: #DBC81A;
}
.AnyTagClassName
{
color: #DBC81A;
}
</style>
background-color css
<style>
a { background-color: #DBC81A; }
a { background-color: rgb(219,200,26); }
div.DivClassName
{
background-color: #DBC81A;
}
.BgClassName
{
background-color: #DBC81A;
}
</style>
border-color css
<style>
span { border-color: #DBC81A; }
span { border-color: rgb(219,200,26); }
td.TdClassName
{
border-color: #DBC81A;
}
.TagClassName
{
border-color: #DBC81A;
}
</style>