Shades of Sunflower #DBC50B
Tints of Sunflower #DBC50B
RGB
CMYK
RGB Variations
Color information
#DBC50B (or 0xDBC50B) is known color: Sunflower. HEX triplet: DB, C5 and 0B. RGB value is (219,197,11). Sum of RGB (Red+Green+Blue) = 219+197+11=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC50B is #243AF4. Grayscale: #B7B7B7. Windows color (decimal): -2374389 or 771547. OLE color: 771547.
HSL color Cylindrical-coordinate representation of color #DBC50B: hue angle of 53.65º degrees, saturation: 0.9, 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 #DBC50B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.14 |
| HSL | 53.65º | 0.9% | 0.45% | - |
| HSV(B) | 53.65º | 0.95% | 0.86% | - |
| XYZ | 49.24 | 55.02 | 8.34 | - |
| YUV | 182.37 | 31.29 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 11 | 0 | 0.10 | 0.95 | 0.14 | 53.65 | 0.9 | 0.45 |
| Hex | DB | C5 | B | 0 | A | 5F | E | 36 | 5A | 2D |
| Octal | 333 | 305 | 13 | 0 | 12 | 137 | 16 | 66 | 132 | 55 |
| Binary | 11011011 | 11000101 | 1011 | 0 | 1010 | 1011111 | 1110 | 110110 | 1011010 | 101101 |
Color Harmonies of #DBC50B
Complementary color
Monochromatic Colors of #DBC50B
Black with #DBC50B
Text Example
Text Example
White with #DBC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC50B; }
p { color: rgb(219,197,11); }
H1.HeaderClassName
{
color: #DBC50B;
}
.AnyTagClassName
{
color: #DBC50B;
}
</style>
background-color css
<style>
a { background-color: #DBC50B; }
a { background-color: rgb(219,197,11); }
div.DivClassName
{
background-color: #DBC50B;
}
.BgClassName
{
background-color: #DBC50B;
}
</style>
border-color css
<style>
span { border-color: #DBC50B; }
span { border-color: rgb(219,197,11); }
td.TdClassName
{
border-color: #DBC50B;
}
.TagClassName
{
border-color: #DBC50B;
}
</style>