Shades of Sunflower #DCBA05
Tints of Sunflower #DCBA05
RGB
CMYK
RGB Variations
Color information
#DCBA05 (or 0xDCBA05) is known color: Sunflower. HEX triplet: DC, BA and 05. RGB value is (220,186,5). Sum of RGB (Red+Green+Blue) = 220+186+5=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA05 is #2345FA. Grayscale: #B0B0B0. Windows color (decimal): -2311675 or 375516. OLE color: 375516.
HSL color Cylindrical-coordinate representation of color #DCBA05: hue angle of 50.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCBA05 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.14 |
| HSL | 50.51º | 0.96% | 0.44% | - |
| HSV(B) | 50.51º | 0.98% | 0.86% | - |
| XYZ | 47.1 | 50.34 | 7.38 | - |
| YUV | 175.53 | 31.76 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 5 | 0 | 0.15 | 0.98 | 0.14 | 50.51 | 0.96 | 0.44 |
| Hex | DC | BA | 5 | 0 | F | 62 | E | 33 | 60 | 2C |
| Octal | 334 | 272 | 5 | 0 | 17 | 142 | 16 | 63 | 140 | 54 |
| Binary | 11011100 | 10111010 | 101 | 0 | 1111 | 1100010 | 1110 | 110011 | 1100000 | 101100 |
Color Harmonies of #DCBA05
Complementary color
Monochromatic Colors of #DCBA05
Black with #DCBA05
Text Example
Text Example
White with #DCBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA05; }
p { color: rgb(220,186,5); }
H1.HeaderClassName
{
color: #DCBA05;
}
.AnyTagClassName
{
color: #DCBA05;
}
</style>
background-color css
<style>
a { background-color: #DCBA05; }
a { background-color: rgb(220,186,5); }
div.DivClassName
{
background-color: #DCBA05;
}
.BgClassName
{
background-color: #DCBA05;
}
</style>
border-color css
<style>
span { border-color: #DCBA05; }
span { border-color: rgb(220,186,5); }
td.TdClassName
{
border-color: #DCBA05;
}
.TagClassName
{
border-color: #DCBA05;
}
</style>