Shades of Sunflower #DCBA0F
Tints of Sunflower #DCBA0F
RGB
CMYK
RGB Variations
Color information
#DCBA0F (or 0xDCBA0F) is known color: Sunflower. HEX triplet: DC, BA and 0F. RGB value is (220,186,15). Sum of RGB (Red+Green+Blue) = 220+186+15=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA0F is #2345F0. Grayscale: #B1B1B1. Windows color (decimal): -2311665 or 1030876. OLE color: 1030876.
HSL color Cylindrical-coordinate representation of color #DCBA0F: hue angle of 50.05º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCBA0F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 15 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.14 |
| HSL | 50.05º | 0.87% | 0.46% | - |
| HSV(B) | 50.05º | 0.93% | 0.86% | - |
| XYZ | 47.16 | 50.37 | 7.69 | - |
| YUV | 176.67 | 36.76 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 15 | 0 | 0.15 | 0.93 | 0.14 | 50.05 | 0.87 | 0.46 |
| Hex | DC | BA | F | 0 | F | 5D | E | 32 | 57 | 2E |
| Octal | 334 | 272 | 17 | 0 | 17 | 135 | 16 | 62 | 127 | 56 |
| Binary | 11011100 | 10111010 | 1111 | 0 | 1111 | 1011101 | 1110 | 110010 | 1010111 | 101110 |
Color Harmonies of #DCBA0F
Complementary color
Monochromatic Colors of #DCBA0F
Black with #DCBA0F
Text Example
Text Example
White with #DCBA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA0F; }
p { color: rgb(220,186,15); }
H1.HeaderClassName
{
color: #DCBA0F;
}
.AnyTagClassName
{
color: #DCBA0F;
}
</style>
background-color css
<style>
a { background-color: #DCBA0F; }
a { background-color: rgb(220,186,15); }
div.DivClassName
{
background-color: #DCBA0F;
}
.BgClassName
{
background-color: #DCBA0F;
}
</style>
border-color css
<style>
span { border-color: #DCBA0F; }
span { border-color: rgb(220,186,15); }
td.TdClassName
{
border-color: #DCBA0F;
}
.TagClassName
{
border-color: #DCBA0F;
}
</style>