Shades of Sunflower #DCB922
Tints of Sunflower #DCB922
RGB
CMYK
RGB Variations
Color information
#DCB922 (or 0xDCB922) is known color: Sunflower. HEX triplet: DC, B9 and 22. RGB value is (220,185,34). Sum of RGB (Red+Green+Blue) = 220+185+34=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB922 is #2346DD. Grayscale: #B2B2B2. Windows color (decimal): -2311902 or 2275804. OLE color: 2275804.
HSL color Cylindrical-coordinate representation of color #DCB922: hue angle of 48.71º 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 #DCB922 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 34 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.14 |
| HSL | 48.71º | 0.73% | 0.5% | - |
| HSV(B) | 48.71º | 0.85% | 0.86% | - |
| XYZ | 47.15 | 50.03 | 8.68 | - |
| YUV | 178.25 | 46.6 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 34 | 0 | 0.16 | 0.85 | 0.14 | 48.71 | 0.73 | 0.5 |
| Hex | DC | B9 | 22 | 0 | 10 | 55 | E | 31 | 49 | 32 |
| Octal | 334 | 271 | 42 | 0 | 20 | 125 | 16 | 61 | 111 | 62 |
| Binary | 11011100 | 10111001 | 100010 | 0 | 10000 | 1010101 | 1110 | 110001 | 1001001 | 110010 |
Color Harmonies of #DCB922
Complementary color
Monochromatic Colors of #DCB922
Black with #DCB922
Text Example
Text Example
White with #DCB922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB922; }
p { color: rgb(220,185,34); }
H1.HeaderClassName
{
color: #DCB922;
}
.AnyTagClassName
{
color: #DCB922;
}
</style>
background-color css
<style>
a { background-color: #DCB922; }
a { background-color: rgb(220,185,34); }
div.DivClassName
{
background-color: #DCB922;
}
.BgClassName
{
background-color: #DCB922;
}
</style>
border-color css
<style>
span { border-color: #DCB922; }
span { border-color: rgb(220,185,34); }
td.TdClassName
{
border-color: #DCB922;
}
.TagClassName
{
border-color: #DCB922;
}
</style>