Shades of Buttercup #DC932C
Tints of Buttercup #DC932C
RGB
CMYK
RGB Variations
Color information
#DC932C (or 0xDC932C) is known color: Buttercup. HEX triplet: DC, 93 and 2C. RGB value is (220,147,44). Sum of RGB (Red+Green+Blue) = 220+147+44=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC932C is #236CD3. Grayscale: #9D9D9D. Windows color (decimal): -2321620 or 2921436. OLE color: 2921436.
HSL color Cylindrical-coordinate representation of color #DC932C: hue angle of 35.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC932C is Cyan = 0, Magento = 0.33, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 44 | - |
| CMYK | 0 | 0.33 | 0.8 | 0.14 |
| HSL | 35.11º | 0.72% | 0.52% | - |
| HSV(B) | 35.11º | 0.8% | 0.86% | - |
| XYZ | 40.4 | 36.26 | 7.25 | - |
| YUV | 157.09 | 64.18 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 44 | 0 | 0.33 | 0.8 | 0.14 | 35.11 | 0.72 | 0.52 |
| Hex | DC | 93 | 2C | 0 | 21 | 50 | E | 23 | 48 | 34 |
| Octal | 334 | 223 | 54 | 0 | 41 | 120 | 16 | 43 | 110 | 64 |
| Binary | 11011100 | 10010011 | 101100 | 0 | 100001 | 1010000 | 1110 | 100011 | 1001000 | 110100 |
Color Harmonies of #DC932C
Complementary color
Monochromatic Colors of #DC932C
Black with #DC932C
Text Example
Text Example
White with #DC932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC932C; }
p { color: rgb(220,147,44); }
H1.HeaderClassName
{
color: #DC932C;
}
.AnyTagClassName
{
color: #DC932C;
}
</style>
background-color css
<style>
a { background-color: #DC932C; }
a { background-color: rgb(220,147,44); }
div.DivClassName
{
background-color: #DC932C;
}
.BgClassName
{
background-color: #DC932C;
}
</style>
border-color css
<style>
span { border-color: #DC932C; }
span { border-color: rgb(220,147,44); }
td.TdClassName
{
border-color: #DC932C;
}
.TagClassName
{
border-color: #DC932C;
}
</style>