Shades of Buttercup #DC911F
Tints of Buttercup #DC911F
RGB
CMYK
RGB Variations
Color information
#DC911F (or 0xDC911F) is known color: Buttercup. HEX triplet: DC, 91 and 1F. RGB value is (220,145,31). Sum of RGB (Red+Green+Blue) = 220+145+31=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC911F is #236EE0. Grayscale: #9A9A9A. Windows color (decimal): -2322145 or 2068956. OLE color: 2068956.
HSL color Cylindrical-coordinate representation of color #DC911F: hue angle of 36.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC911F is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 31 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.14 |
| HSL | 36.19º | 0.75% | 0.49% | - |
| HSV(B) | 36.19º | 0.86% | 0.86% | - |
| XYZ | 39.89 | 35.57 | 6.06 | - |
| YUV | 154.43 | 58.35 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 31 | 0 | 0.34 | 0.86 | 0.14 | 36.19 | 0.75 | 0.49 |
| Hex | DC | 91 | 1F | 0 | 22 | 56 | E | 24 | 4B | 31 |
| Octal | 334 | 221 | 37 | 0 | 42 | 126 | 16 | 44 | 113 | 61 |
| Binary | 11011100 | 10010001 | 11111 | 0 | 100010 | 1010110 | 1110 | 100100 | 1001011 | 110001 |
Color Harmonies of #DC911F
Complementary color
Monochromatic Colors of #DC911F
Black with #DC911F
Text Example
Text Example
White with #DC911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC911F; }
p { color: rgb(220,145,31); }
H1.HeaderClassName
{
color: #DC911F;
}
.AnyTagClassName
{
color: #DC911F;
}
</style>
background-color css
<style>
a { background-color: #DC911F; }
a { background-color: rgb(220,145,31); }
div.DivClassName
{
background-color: #DC911F;
}
.BgClassName
{
background-color: #DC911F;
}
</style>
border-color css
<style>
span { border-color: #DC911F; }
span { border-color: rgb(220,145,31); }
td.TdClassName
{
border-color: #DC911F;
}
.TagClassName
{
border-color: #DC911F;
}
</style>