Shades of Buttercup #DC9122
Tints of Buttercup #DC9122
RGB
CMYK
RGB Variations
Color information
#DC9122 (or 0xDC9122) is known color: Buttercup. HEX triplet: DC, 91 and 22. RGB value is (220,145,34). Sum of RGB (Red+Green+Blue) = 220+145+34=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9122 is #236EDD. Grayscale: #9B9B9B. Windows color (decimal): -2322142 or 2265564. OLE color: 2265564.
HSL color Cylindrical-coordinate representation of color #DC9122: hue angle of 35.81º 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 #DC9122 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 34 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.14 |
| HSL | 35.81º | 0.73% | 0.5% | - |
| HSV(B) | 35.81º | 0.85% | 0.86% | - |
| XYZ | 39.93 | 35.58 | 6.28 | - |
| YUV | 154.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 34 | 0 | 0.34 | 0.85 | 0.14 | 35.81 | 0.73 | 0.5 |
| Hex | DC | 91 | 22 | 0 | 22 | 55 | E | 24 | 49 | 32 |
| Octal | 334 | 221 | 42 | 0 | 42 | 125 | 16 | 44 | 111 | 62 |
| Binary | 11011100 | 10010001 | 100010 | 0 | 100010 | 1010101 | 1110 | 100100 | 1001001 | 110010 |
Color Harmonies of #DC9122
Complementary color
Monochromatic Colors of #DC9122
Black with #DC9122
Text Example
Text Example
White with #DC9122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9122; }
p { color: rgb(220,145,34); }
H1.HeaderClassName
{
color: #DC9122;
}
.AnyTagClassName
{
color: #DC9122;
}
</style>
background-color css
<style>
a { background-color: #DC9122; }
a { background-color: rgb(220,145,34); }
div.DivClassName
{
background-color: #DC9122;
}
.BgClassName
{
background-color: #DC9122;
}
</style>
border-color css
<style>
span { border-color: #DC9122; }
span { border-color: rgb(220,145,34); }
td.TdClassName
{
border-color: #DC9122;
}
.TagClassName
{
border-color: #DC9122;
}
</style>