Shades of Buttercup #DC992C
Tints of Buttercup #DC992C
RGB
CMYK
RGB Variations
Color information
#DC992C (or 0xDC992C) is known color: Buttercup. HEX triplet: DC, 99 and 2C. RGB value is (220,153,44). Sum of RGB (Red+Green+Blue) = 220+153+44=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC992C is #2366D3. Grayscale: #A1A1A1. Windows color (decimal): -2320084 or 2922972. OLE color: 2922972.
HSL color Cylindrical-coordinate representation of color #DC992C: hue angle of 37.16º 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 #DC992C is Cyan = 0, Magento = 0.30, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 44 | - |
| CMYK | 0 | 0.30 | 0.8 | 0.14 |
| HSL | 37.16º | 0.72% | 0.52% | - |
| HSV(B) | 37.16º | 0.8% | 0.86% | - |
| XYZ | 41.36 | 38.18 | 7.57 | - |
| YUV | 160.61 | 62.2 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 44 | 0 | 0.30 | 0.8 | 0.14 | 37.16 | 0.72 | 0.52 |
| Hex | DC | 99 | 2C | 0 | 1E | 50 | E | 25 | 48 | 34 |
| Octal | 334 | 231 | 54 | 0 | 36 | 120 | 16 | 45 | 110 | 64 |
| Binary | 11011100 | 10011001 | 101100 | 0 | 11110 | 1010000 | 1110 | 100101 | 1001000 | 110100 |
Color Harmonies of #DC992C
Complementary color
Monochromatic Colors of #DC992C
Black with #DC992C
Text Example
Text Example
White with #DC992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC992C; }
p { color: rgb(220,153,44); }
H1.HeaderClassName
{
color: #DC992C;
}
.AnyTagClassName
{
color: #DC992C;
}
</style>
background-color css
<style>
a { background-color: #DC992C; }
a { background-color: rgb(220,153,44); }
div.DivClassName
{
background-color: #DC992C;
}
.BgClassName
{
background-color: #DC992C;
}
</style>
border-color css
<style>
span { border-color: #DC992C; }
span { border-color: rgb(220,153,44); }
td.TdClassName
{
border-color: #DC992C;
}
.TagClassName
{
border-color: #DC992C;
}
</style>