Shades of Buttercup #DC932F
Tints of Buttercup #DC932F
RGB
CMYK
RGB Variations
Color information
#DC932F (or 0xDC932F) is known color: Buttercup. HEX triplet: DC, 93 and 2F. RGB value is (220,147,47). Sum of RGB (Red+Green+Blue) = 220+147+47=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC932F is #236CD0. Grayscale: #9D9D9D. Windows color (decimal): -2321617 or 3118044. OLE color: 3118044.
HSL color Cylindrical-coordinate representation of color #DC932F: hue angle of 34.68º 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 #DC932F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 47 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.14 |
| HSL | 34.68º | 0.71% | 0.52% | - |
| HSV(B) | 34.68º | 0.79% | 0.86% | - |
| XYZ | 40.46 | 36.29 | 7.56 | - |
| YUV | 157.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 47 | 0 | 0.33 | 0.79 | 0.14 | 34.68 | 0.71 | 0.52 |
| Hex | DC | 93 | 2F | 0 | 21 | 4F | E | 23 | 47 | 34 |
| Octal | 334 | 223 | 57 | 0 | 41 | 117 | 16 | 43 | 107 | 64 |
| Binary | 11011100 | 10010011 | 101111 | 0 | 100001 | 1001111 | 1110 | 100011 | 1000111 | 110100 |
Color Harmonies of #DC932F
Complementary color
Monochromatic Colors of #DC932F
Black with #DC932F
Text Example
Text Example
White with #DC932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC932F; }
p { color: rgb(220,147,47); }
H1.HeaderClassName
{
color: #DC932F;
}
.AnyTagClassName
{
color: #DC932F;
}
</style>
background-color css
<style>
a { background-color: #DC932F; }
a { background-color: rgb(220,147,47); }
div.DivClassName
{
background-color: #DC932F;
}
.BgClassName
{
background-color: #DC932F;
}
</style>
border-color css
<style>
span { border-color: #DC932F; }
span { border-color: rgb(220,147,47); }
td.TdClassName
{
border-color: #DC932F;
}
.TagClassName
{
border-color: #DC932F;
}
</style>