Shades of Sunflower #DCBA23
Tints of Sunflower #DCBA23
RGB
CMYK
RGB Variations
Color information
#DCBA23 (or 0xDCBA23) is known color: Sunflower. HEX triplet: DC, BA and 23. RGB value is (220,186,35). Sum of RGB (Red+Green+Blue) = 220+186+35=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA23 is #2345DC. Grayscale: #B3B3B3. Windows color (decimal): -2311645 or 2341596. OLE color: 2341596.
HSL color Cylindrical-coordinate representation of color #DCBA23: hue angle of 48.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCBA23 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 35 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.14 |
| HSL | 48.97º | 0.73% | 0.5% | - |
| HSV(B) | 48.97º | 0.84% | 0.86% | - |
| XYZ | 47.38 | 50.45 | 8.83 | - |
| YUV | 178.95 | 46.76 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 35 | 0 | 0.15 | 0.84 | 0.14 | 48.97 | 0.73 | 0.5 |
| Hex | DC | BA | 23 | 0 | F | 54 | E | 31 | 49 | 32 |
| Octal | 334 | 272 | 43 | 0 | 17 | 124 | 16 | 61 | 111 | 62 |
| Binary | 11011100 | 10111010 | 100011 | 0 | 1111 | 1010100 | 1110 | 110001 | 1001001 | 110010 |
Color Harmonies of #DCBA23
Complementary color
Monochromatic Colors of #DCBA23
Black with #DCBA23
Text Example
Text Example
White with #DCBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA23; }
p { color: rgb(220,186,35); }
H1.HeaderClassName
{
color: #DCBA23;
}
.AnyTagClassName
{
color: #DCBA23;
}
</style>
background-color css
<style>
a { background-color: #DCBA23; }
a { background-color: rgb(220,186,35); }
div.DivClassName
{
background-color: #DCBA23;
}
.BgClassName
{
background-color: #DCBA23;
}
</style>
border-color css
<style>
span { border-color: #DCBA23; }
span { border-color: rgb(220,186,35); }
td.TdClassName
{
border-color: #DCBA23;
}
.TagClassName
{
border-color: #DCBA23;
}
</style>