Shades of Buttercup #DC992D
Tints of Buttercup #DC992D
RGB
CMYK
RGB Variations
Color information
#DC992D (or 0xDC992D) is known color: Buttercup. HEX triplet: DC, 99 and 2D. RGB value is (220,153,45). Sum of RGB (Red+Green+Blue) = 220+153+45=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC992D is #2366D2. Grayscale: #A1A1A1. Windows color (decimal): -2320083 or 2988508. OLE color: 2988508.
HSL color Cylindrical-coordinate representation of color #DC992D: hue angle of 37.03º degrees, saturation: 0.71, 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 #DC992D is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 45 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.14 |
| HSL | 37.03º | 0.71% | 0.52% | - |
| HSV(B) | 37.03º | 0.8% | 0.86% | - |
| XYZ | 41.38 | 38.19 | 7.67 | - |
| YUV | 160.72 | 62.7 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 45 | 0 | 0.30 | 0.80 | 0.14 | 37.03 | 0.71 | 0.52 |
| Hex | DC | 99 | 2D | 0 | 1E | 50 | E | 25 | 47 | 34 |
| Octal | 334 | 231 | 55 | 0 | 36 | 120 | 16 | 45 | 107 | 64 |
| Binary | 11011100 | 10011001 | 101101 | 0 | 11110 | 1010000 | 1110 | 100101 | 1000111 | 110100 |
Color Harmonies of #DC992D
Complementary color
Monochromatic Colors of #DC992D
Black with #DC992D
Text Example
Text Example
White with #DC992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC992D; }
p { color: rgb(220,153,45); }
H1.HeaderClassName
{
color: #DC992D;
}
.AnyTagClassName
{
color: #DC992D;
}
</style>
background-color css
<style>
a { background-color: #DC992D; }
a { background-color: rgb(220,153,45); }
div.DivClassName
{
background-color: #DC992D;
}
.BgClassName
{
background-color: #DC992D;
}
</style>
border-color css
<style>
span { border-color: #DC992D; }
span { border-color: rgb(220,153,45); }
td.TdClassName
{
border-color: #DC992D;
}
.TagClassName
{
border-color: #DC992D;
}
</style>