Shades of Sunflower #DCBE22
Tints of Sunflower #DCBE22
RGB
CMYK
RGB Variations
Color information
#DCBE22 (or 0xDCBE22) is known color: Sunflower. HEX triplet: DC, BE and 22. RGB value is (220,190,34). Sum of RGB (Red+Green+Blue) = 220+190+34=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE22 is #2341DD. Grayscale: #B5B5B5. Windows color (decimal): -2310622 or 2277084. OLE color: 2277084.
HSL color Cylindrical-coordinate representation of color #DCBE22: hue angle of 50.32º 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 #DCBE22 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 34 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.14 |
| HSL | 50.32º | 0.73% | 0.5% | - |
| HSV(B) | 50.32º | 0.85% | 0.86% | - |
| XYZ | 48.22 | 52.16 | 9.04 | - |
| YUV | 181.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 34 | 0 | 0.14 | 0.85 | 0.14 | 50.32 | 0.73 | 0.5 |
| Hex | DC | BE | 22 | 0 | E | 55 | E | 32 | 49 | 32 |
| Octal | 334 | 276 | 42 | 0 | 16 | 125 | 16 | 62 | 111 | 62 |
| Binary | 11011100 | 10111110 | 100010 | 0 | 1110 | 1010101 | 1110 | 110010 | 1001001 | 110010 |
Color Harmonies of #DCBE22
Complementary color
Monochromatic Colors of #DCBE22
Black with #DCBE22
Text Example
Text Example
White with #DCBE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE22; }
p { color: rgb(220,190,34); }
H1.HeaderClassName
{
color: #DCBE22;
}
.AnyTagClassName
{
color: #DCBE22;
}
</style>
background-color css
<style>
a { background-color: #DCBE22; }
a { background-color: rgb(220,190,34); }
div.DivClassName
{
background-color: #DCBE22;
}
.BgClassName
{
background-color: #DCBE22;
}
</style>
border-color css
<style>
span { border-color: #DCBE22; }
span { border-color: rgb(220,190,34); }
td.TdClassName
{
border-color: #DCBE22;
}
.TagClassName
{
border-color: #DCBE22;
}
</style>