Shades of Sunflower #DCB90E
Tints of Sunflower #DCB90E
RGB
CMYK
RGB Variations
Color information
#DCB90E (or 0xDCB90E) is known color: Sunflower. HEX triplet: DC, B9 and 0E. RGB value is (220,185,14). Sum of RGB (Red+Green+Blue) = 220+185+14=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB90E is #2346F1. Grayscale: #B0B0B0. Windows color (decimal): -2311922 or 965084. OLE color: 965084.
HSL color Cylindrical-coordinate representation of color #DCB90E: hue angle of 49.81º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCB90E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.14 |
| HSL | 49.81º | 0.88% | 0.46% | - |
| HSV(B) | 49.81º | 0.94% | 0.86% | - |
| XYZ | 46.94 | 49.95 | 7.58 | - |
| YUV | 175.97 | 36.6 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 14 | 0 | 0.16 | 0.94 | 0.14 | 49.81 | 0.88 | 0.46 |
| Hex | DC | B9 | E | 0 | 10 | 5E | E | 32 | 58 | 2E |
| Octal | 334 | 271 | 16 | 0 | 20 | 136 | 16 | 62 | 130 | 56 |
| Binary | 11011100 | 10111001 | 1110 | 0 | 10000 | 1011110 | 1110 | 110010 | 1011000 | 101110 |
Color Harmonies of #DCB90E
Complementary color
Monochromatic Colors of #DCB90E
Black with #DCB90E
Text Example
Text Example
White with #DCB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB90E; }
p { color: rgb(220,185,14); }
H1.HeaderClassName
{
color: #DCB90E;
}
.AnyTagClassName
{
color: #DCB90E;
}
</style>
background-color css
<style>
a { background-color: #DCB90E; }
a { background-color: rgb(220,185,14); }
div.DivClassName
{
background-color: #DCB90E;
}
.BgClassName
{
background-color: #DCB90E;
}
</style>
border-color css
<style>
span { border-color: #DCB90E; }
span { border-color: rgb(220,185,14); }
td.TdClassName
{
border-color: #DCB90E;
}
.TagClassName
{
border-color: #DCB90E;
}
</style>