Shades of Buttercup #DC992F
Tints of Buttercup #DC992F
RGB
CMYK
RGB Variations
Color information
#DC992F (or 0xDC992F) is known color: Buttercup. HEX triplet: DC, 99 and 2F. RGB value is (220,153,47). Sum of RGB (Red+Green+Blue) = 220+153+47=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC992F is #2366D0. Grayscale: #A1A1A1. Windows color (decimal): -2320081 or 3119580. OLE color: 3119580.
HSL color Cylindrical-coordinate representation of color #DC992F: hue angle of 36.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC992F is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 47 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.14 |
| HSL | 36.76º | 0.71% | 0.52% | - |
| HSV(B) | 36.76º | 0.79% | 0.86% | - |
| XYZ | 41.42 | 38.2 | 7.88 | - |
| YUV | 160.95 | 63.7 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 47 | 0 | 0.30 | 0.79 | 0.14 | 36.76 | 0.71 | 0.52 |
| Hex | DC | 99 | 2F | 0 | 1E | 4F | E | 25 | 47 | 34 |
| Octal | 334 | 231 | 57 | 0 | 36 | 117 | 16 | 45 | 107 | 64 |
| Binary | 11011100 | 10011001 | 101111 | 0 | 11110 | 1001111 | 1110 | 100101 | 1000111 | 110100 |
Color Harmonies of #DC992F
Complementary color
Monochromatic Colors of #DC992F
Black with #DC992F
Text Example
Text Example
White with #DC992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC992F; }
p { color: rgb(220,153,47); }
H1.HeaderClassName
{
color: #DC992F;
}
.AnyTagClassName
{
color: #DC992F;
}
</style>
background-color css
<style>
a { background-color: #DC992F; }
a { background-color: rgb(220,153,47); }
div.DivClassName
{
background-color: #DC992F;
}
.BgClassName
{
background-color: #DC992F;
}
</style>
border-color css
<style>
span { border-color: #DC992F; }
span { border-color: rgb(220,153,47); }
td.TdClassName
{
border-color: #DC992F;
}
.TagClassName
{
border-color: #DC992F;
}
</style>