Shades of Sunflower #DBC81B
Tints of Sunflower #DBC81B
RGB
CMYK
RGB Variations
Color information
#DBC81B (or 0xDBC81B) is known color: Sunflower. HEX triplet: DB, C8 and 1B. RGB value is (219,200,27). Sum of RGB (Red+Green+Blue) = 219+200+27=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC81B is #2437E4. Grayscale: #BABABA. Windows color (decimal): -2373605 or 1820891. OLE color: 1820891.
HSL color Cylindrical-coordinate representation of color #DBC81B: hue angle of 54.06º degrees, saturation: 0.78, 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 #DBC81B is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 27 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.14 |
| HSL | 54.06º | 0.78% | 0.48% | - |
| HSV(B) | 54.06º | 0.88% | 0.86% | - |
| XYZ | 50.07 | 56.45 | 9.29 | - |
| YUV | 185.96 | 38.29 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 27 | 0 | 0.09 | 0.88 | 0.14 | 54.06 | 0.78 | 0.48 |
| Hex | DB | C8 | 1B | 0 | 9 | 58 | E | 36 | 4E | 30 |
| Octal | 333 | 310 | 33 | 0 | 11 | 130 | 16 | 66 | 116 | 60 |
| Binary | 11011011 | 11001000 | 11011 | 0 | 1001 | 1011000 | 1110 | 110110 | 1001110 | 110000 |
Color Harmonies of #DBC81B
Complementary color
Monochromatic Colors of #DBC81B
Black with #DBC81B
Text Example
Text Example
White with #DBC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC81B; }
p { color: rgb(219,200,27); }
H1.HeaderClassName
{
color: #DBC81B;
}
.AnyTagClassName
{
color: #DBC81B;
}
</style>
background-color css
<style>
a { background-color: #DBC81B; }
a { background-color: rgb(219,200,27); }
div.DivClassName
{
background-color: #DBC81B;
}
.BgClassName
{
background-color: #DBC81B;
}
</style>
border-color css
<style>
span { border-color: #DBC81B; }
span { border-color: rgb(219,200,27); }
td.TdClassName
{
border-color: #DBC81B;
}
.TagClassName
{
border-color: #DBC81B;
}
</style>