Shades of Buttercup #DC932A
Tints of Buttercup #DC932A
RGB
CMYK
RGB Variations
Color information
#DC932A (or 0xDC932A) is known color: Buttercup. HEX triplet: DC, 93 and 2A. RGB value is (220,147,42). Sum of RGB (Red+Green+Blue) = 220+147+42=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC932A is #236CD5. Grayscale: #9D9D9D. Windows color (decimal): -2321622 or 2790364. OLE color: 2790364.
HSL color Cylindrical-coordinate representation of color #DC932A: hue angle of 35.39º 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 #DC932A is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 42 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.14 |
| HSL | 35.39º | 0.72% | 0.51% | - |
| HSV(B) | 35.39º | 0.81% | 0.86% | - |
| XYZ | 40.37 | 36.25 | 7.06 | - |
| YUV | 156.86 | 63.18 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 42 | 0 | 0.33 | 0.81 | 0.14 | 35.39 | 0.72 | 0.51 |
| Hex | DC | 93 | 2A | 0 | 21 | 51 | E | 23 | 48 | 33 |
| Octal | 334 | 223 | 52 | 0 | 41 | 121 | 16 | 43 | 110 | 63 |
| Binary | 11011100 | 10010011 | 101010 | 0 | 100001 | 1010001 | 1110 | 100011 | 1001000 | 110011 |
Color Harmonies of #DC932A
Complementary color
Monochromatic Colors of #DC932A
Black with #DC932A
Text Example
Text Example
White with #DC932A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC932A; }
p { color: rgb(220,147,42); }
H1.HeaderClassName
{
color: #DC932A;
}
.AnyTagClassName
{
color: #DC932A;
}
</style>
background-color css
<style>
a { background-color: #DC932A; }
a { background-color: rgb(220,147,42); }
div.DivClassName
{
background-color: #DC932A;
}
.BgClassName
{
background-color: #DC932A;
}
</style>
border-color css
<style>
span { border-color: #DC932A; }
span { border-color: rgb(220,147,42); }
td.TdClassName
{
border-color: #DC932A;
}
.TagClassName
{
border-color: #DC932A;
}
</style>