Shades of Buttercup #DC992A
Tints of Buttercup #DC992A
RGB
CMYK
RGB Variations
Color information
#DC992A (or 0xDC992A) is known color: Buttercup. HEX triplet: DC, 99 and 2A. RGB value is (220,153,42). Sum of RGB (Red+Green+Blue) = 220+153+42=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC992A is #2366D5. Grayscale: #A0A0A0. Windows color (decimal): -2320086 or 2791900. OLE color: 2791900.
HSL color Cylindrical-coordinate representation of color #DC992A: hue angle of 37.42º 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 #DC992A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 42 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.14 |
| HSL | 37.42º | 0.72% | 0.51% | - |
| HSV(B) | 37.42º | 0.81% | 0.86% | - |
| XYZ | 41.32 | 38.17 | 7.38 | - |
| YUV | 160.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 42 | 0 | 0.30 | 0.81 | 0.14 | 37.42 | 0.72 | 0.51 |
| Hex | DC | 99 | 2A | 0 | 1E | 51 | E | 25 | 48 | 33 |
| Octal | 334 | 231 | 52 | 0 | 36 | 121 | 16 | 45 | 110 | 63 |
| Binary | 11011100 | 10011001 | 101010 | 0 | 11110 | 1010001 | 1110 | 100101 | 1001000 | 110011 |
Color Harmonies of #DC992A
Complementary color
Monochromatic Colors of #DC992A
Black with #DC992A
Text Example
Text Example
White with #DC992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC992A; }
p { color: rgb(220,153,42); }
H1.HeaderClassName
{
color: #DC992A;
}
.AnyTagClassName
{
color: #DC992A;
}
</style>
background-color css
<style>
a { background-color: #DC992A; }
a { background-color: rgb(220,153,42); }
div.DivClassName
{
background-color: #DC992A;
}
.BgClassName
{
background-color: #DC992A;
}
</style>
border-color css
<style>
span { border-color: #DC992A; }
span { border-color: rgb(220,153,42); }
td.TdClassName
{
border-color: #DC992A;
}
.TagClassName
{
border-color: #DC992A;
}
</style>