Shades of Sunflower #DCBA17
Tints of Sunflower #DCBA17
RGB
CMYK
RGB Variations
Color information
#DCBA17 (or 0xDCBA17) is known color: Sunflower. HEX triplet: DC, BA and 17. RGB value is (220,186,23). Sum of RGB (Red+Green+Blue) = 220+186+23=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA17 is #2345E8. Grayscale: #B2B2B2. Windows color (decimal): -2311657 or 1555164. OLE color: 1555164.
HSL color Cylindrical-coordinate representation of color #DCBA17: hue angle of 49.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCBA17 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 23 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.14 |
| HSL | 49.64º | 0.81% | 0.48% | - |
| HSV(B) | 49.64º | 0.9% | 0.86% | - |
| XYZ | 47.23 | 50.4 | 8.05 | - |
| YUV | 177.58 | 40.76 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 23 | 0 | 0.15 | 0.90 | 0.14 | 49.64 | 0.81 | 0.48 |
| Hex | DC | BA | 17 | 0 | F | 5A | E | 32 | 51 | 30 |
| Octal | 334 | 272 | 27 | 0 | 17 | 132 | 16 | 62 | 121 | 60 |
| Binary | 11011100 | 10111010 | 10111 | 0 | 1111 | 1011010 | 1110 | 110010 | 1010001 | 110000 |
Color Harmonies of #DCBA17
Complementary color
Monochromatic Colors of #DCBA17
Black with #DCBA17
Text Example
Text Example
White with #DCBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA17; }
p { color: rgb(220,186,23); }
H1.HeaderClassName
{
color: #DCBA17;
}
.AnyTagClassName
{
color: #DCBA17;
}
</style>
background-color css
<style>
a { background-color: #DCBA17; }
a { background-color: rgb(220,186,23); }
div.DivClassName
{
background-color: #DCBA17;
}
.BgClassName
{
background-color: #DCBA17;
}
</style>
border-color css
<style>
span { border-color: #DCBA17; }
span { border-color: rgb(220,186,23); }
td.TdClassName
{
border-color: #DCBA17;
}
.TagClassName
{
border-color: #DCBA17;
}
</style>