Shades of Buttercup #DC8823
Tints of Buttercup #DC8823
RGB
CMYK
RGB Variations
Color information
#DC8823 (or 0xDC8823) is known color: Buttercup. HEX triplet: DC, 88 and 23. RGB value is (220,136,35). Sum of RGB (Red+Green+Blue) = 220+136+35=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8823 is #2377DC. Grayscale: #969696. Windows color (decimal): -2324445 or 2328796. OLE color: 2328796.
HSL color Cylindrical-coordinate representation of color #DC8823: hue angle of 32.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC8823 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 35 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.14 |
| HSL | 32.76º | 0.73% | 0.5% | - |
| HSV(B) | 32.76º | 0.84% | 0.86% | - |
| XYZ | 38.62 | 32.95 | 5.91 | - |
| YUV | 149.6 | 63.33 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 35 | 0 | 0.38 | 0.84 | 0.14 | 32.76 | 0.73 | 0.5 |
| Hex | DC | 88 | 23 | 0 | 26 | 54 | E | 21 | 49 | 32 |
| Octal | 334 | 210 | 43 | 0 | 46 | 124 | 16 | 41 | 111 | 62 |
| Binary | 11011100 | 10001000 | 100011 | 0 | 100110 | 1010100 | 1110 | 100001 | 1001001 | 110010 |
Color Harmonies of #DC8823
Complementary color
Monochromatic Colors of #DC8823
Black with #DC8823
Text Example
Text Example
White with #DC8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8823; }
p { color: rgb(220,136,35); }
H1.HeaderClassName
{
color: #DC8823;
}
.AnyTagClassName
{
color: #DC8823;
}
</style>
background-color css
<style>
a { background-color: #DC8823; }
a { background-color: rgb(220,136,35); }
div.DivClassName
{
background-color: #DC8823;
}
.BgClassName
{
background-color: #DC8823;
}
</style>
border-color css
<style>
span { border-color: #DC8823; }
span { border-color: rgb(220,136,35); }
td.TdClassName
{
border-color: #DC8823;
}
.TagClassName
{
border-color: #DC8823;
}
</style>