Shades of Sunflower #DCBA03
Tints of Sunflower #DCBA03
RGB
CMYK
RGB Variations
Color information
#DCBA03 (or 0xDCBA03) is known color: Sunflower. HEX triplet: DC, BA and 03. RGB value is (220,186,3). Sum of RGB (Red+Green+Blue) = 220+186+3=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA03 is #2345FC. Grayscale: #B0B0B0. Windows color (decimal): -2311677 or 244444. OLE color: 244444.
HSL color Cylindrical-coordinate representation of color #DCBA03: hue angle of 50.6º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCBA03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.14 |
| HSL | 50.6º | 0.97% | 0.44% | - |
| HSV(B) | 50.6º | 0.99% | 0.86% | - |
| XYZ | 47.09 | 50.34 | 7.32 | - |
| YUV | 175.3 | 30.76 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 3 | 0 | 0.15 | 0.99 | 0.14 | 50.6 | 0.97 | 0.44 |
| Hex | DC | BA | 3 | 0 | F | 63 | E | 33 | 61 | 2C |
| Octal | 334 | 272 | 3 | 0 | 17 | 143 | 16 | 63 | 141 | 54 |
| Binary | 11011100 | 10111010 | 11 | 0 | 1111 | 1100011 | 1110 | 110011 | 1100001 | 101100 |
Color Harmonies of #DCBA03
Complementary color
Monochromatic Colors of #DCBA03
Black with #DCBA03
Text Example
Text Example
White with #DCBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA03; }
p { color: rgb(220,186,3); }
H1.HeaderClassName
{
color: #DCBA03;
}
.AnyTagClassName
{
color: #DCBA03;
}
</style>
background-color css
<style>
a { background-color: #DCBA03; }
a { background-color: rgb(220,186,3); }
div.DivClassName
{
background-color: #DCBA03;
}
.BgClassName
{
background-color: #DCBA03;
}
</style>
border-color css
<style>
span { border-color: #DCBA03; }
span { border-color: rgb(220,186,3); }
td.TdClassName
{
border-color: #DCBA03;
}
.TagClassName
{
border-color: #DCBA03;
}
</style>