Shades of Buttercup #DC922A
Tints of Buttercup #DC922A
RGB
CMYK
RGB Variations
Color information
#DC922A (or 0xDC922A) is known color: Buttercup. HEX triplet: DC, 92 and 2A. RGB value is (220,146,42). Sum of RGB (Red+Green+Blue) = 220+146+42=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC922A is #236DD5. Grayscale: #9C9C9C. Windows color (decimal): -2321878 or 2790108. OLE color: 2790108.
HSL color Cylindrical-coordinate representation of color #DC922A: hue angle of 35.06º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC922A is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 42 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.14 |
| HSL | 35.06º | 0.72% | 0.51% | - |
| HSV(B) | 35.06º | 0.81% | 0.86% | - |
| XYZ | 40.21 | 35.94 | 7.01 | - |
| YUV | 156.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 42 | 0 | 0.34 | 0.81 | 0.14 | 35.06 | 0.72 | 0.51 |
| Hex | DC | 92 | 2A | 0 | 22 | 51 | E | 23 | 48 | 33 |
| Octal | 334 | 222 | 52 | 0 | 42 | 121 | 16 | 43 | 110 | 63 |
| Binary | 11011100 | 10010010 | 101010 | 0 | 100010 | 1010001 | 1110 | 100011 | 1001000 | 110011 |
Color Harmonies of #DC922A
Complementary color
Monochromatic Colors of #DC922A
Black with #DC922A
Text Example
Text Example
White with #DC922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC922A; }
p { color: rgb(220,146,42); }
H1.HeaderClassName
{
color: #DC922A;
}
.AnyTagClassName
{
color: #DC922A;
}
</style>
background-color css
<style>
a { background-color: #DC922A; }
a { background-color: rgb(220,146,42); }
div.DivClassName
{
background-color: #DC922A;
}
.BgClassName
{
background-color: #DC922A;
}
</style>
border-color css
<style>
span { border-color: #DC922A; }
span { border-color: rgb(220,146,42); }
td.TdClassName
{
border-color: #DC922A;
}
.TagClassName
{
border-color: #DC922A;
}
</style>