Shades of Sunflower #DBC226
Tints of Sunflower #DBC226
RGB
CMYK
RGB Variations
Color information
#DBC226 (or 0xDBC226) is known color: Sunflower. HEX triplet: DB, C2 and 26. RGB value is (219,194,38). Sum of RGB (Red+Green+Blue) = 219+194+38=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC226 is #243DD9. Grayscale: #B8B8B8. Windows color (decimal): -2375130 or 2540251. OLE color: 2540251.
HSL color Cylindrical-coordinate representation of color #DBC226: hue angle of 51.71º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBC226 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 38 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.14 |
| HSL | 51.71º | 0.72% | 0.5% | - |
| HSV(B) | 51.71º | 0.83% | 0.86% | - |
| XYZ | 48.86 | 53.78 | 9.64 | - |
| YUV | 183.69 | 45.78 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 38 | 0 | 0.11 | 0.83 | 0.14 | 51.71 | 0.72 | 0.5 |
| Hex | DB | C2 | 26 | 0 | B | 53 | E | 34 | 48 | 32 |
| Octal | 333 | 302 | 46 | 0 | 13 | 123 | 16 | 64 | 110 | 62 |
| Binary | 11011011 | 11000010 | 100110 | 0 | 1011 | 1010011 | 1110 | 110100 | 1001000 | 110010 |
Color Harmonies of #DBC226
Complementary color
Monochromatic Colors of #DBC226
Black with #DBC226
Text Example
Text Example
White with #DBC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC226; }
p { color: rgb(219,194,38); }
H1.HeaderClassName
{
color: #DBC226;
}
.AnyTagClassName
{
color: #DBC226;
}
</style>
background-color css
<style>
a { background-color: #DBC226; }
a { background-color: rgb(219,194,38); }
div.DivClassName
{
background-color: #DBC226;
}
.BgClassName
{
background-color: #DBC226;
}
</style>
border-color css
<style>
span { border-color: #DBC226; }
span { border-color: rgb(219,194,38); }
td.TdClassName
{
border-color: #DBC226;
}
.TagClassName
{
border-color: #DBC226;
}
</style>