Shades of Sunflower #DCBA22
Tints of Sunflower #DCBA22
RGB
CMYK
RGB Variations
Color information
#DCBA22 (or 0xDCBA22) is known color: Sunflower. HEX triplet: DC, BA and 22. RGB value is (220,186,34). Sum of RGB (Red+Green+Blue) = 220+186+34=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA22 is #2345DD. Grayscale: #B3B3B3. Windows color (decimal): -2311646 or 2276060. OLE color: 2276060.
HSL color Cylindrical-coordinate representation of color #DCBA22: hue angle of 49.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCBA22 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 34 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.14 |
| HSL | 49.03º | 0.73% | 0.5% | - |
| HSV(B) | 49.03º | 0.85% | 0.86% | - |
| XYZ | 47.36 | 50.45 | 8.75 | - |
| YUV | 178.84 | 46.26 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 34 | 0 | 0.15 | 0.85 | 0.14 | 49.03 | 0.73 | 0.5 |
| Hex | DC | BA | 22 | 0 | F | 55 | E | 31 | 49 | 32 |
| Octal | 334 | 272 | 42 | 0 | 17 | 125 | 16 | 61 | 111 | 62 |
| Binary | 11011100 | 10111010 | 100010 | 0 | 1111 | 1010101 | 1110 | 110001 | 1001001 | 110010 |
Color Harmonies of #DCBA22
Complementary color
Monochromatic Colors of #DCBA22
Black with #DCBA22
Text Example
Text Example
White with #DCBA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA22; }
p { color: rgb(220,186,34); }
H1.HeaderClassName
{
color: #DCBA22;
}
.AnyTagClassName
{
color: #DCBA22;
}
</style>
background-color css
<style>
a { background-color: #DCBA22; }
a { background-color: rgb(220,186,34); }
div.DivClassName
{
background-color: #DCBA22;
}
.BgClassName
{
background-color: #DCBA22;
}
</style>
border-color css
<style>
span { border-color: #DCBA22; }
span { border-color: rgb(220,186,34); }
td.TdClassName
{
border-color: #DCBA22;
}
.TagClassName
{
border-color: #DCBA22;
}
</style>