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