Shades of Buttercup #DC8A28
Tints of Buttercup #DC8A28
RGB
CMYK
RGB Variations
Color information
#DC8A28 (or 0xDC8A28) is known color: Buttercup. HEX triplet: DC, 8A and 28. RGB value is (220,138,40). Sum of RGB (Red+Green+Blue) = 220+138+40=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A28 is #2375D7. Grayscale: #979797. Windows color (decimal): -2323928 or 2656988. OLE color: 2656988.
HSL color Cylindrical-coordinate representation of color #DC8A28: hue angle of 32.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC8A28 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 40 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.14 |
| HSL | 32.67º | 0.72% | 0.51% | - |
| HSV(B) | 32.67º | 0.82% | 0.86% | - |
| XYZ | 38.99 | 33.55 | 6.43 | - |
| YUV | 151.35 | 65.17 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 40 | 0 | 0.37 | 0.82 | 0.14 | 32.67 | 0.72 | 0.51 |
| Hex | DC | 8A | 28 | 0 | 25 | 52 | E | 21 | 48 | 33 |
| Octal | 334 | 212 | 50 | 0 | 45 | 122 | 16 | 41 | 110 | 63 |
| Binary | 11011100 | 10001010 | 101000 | 0 | 100101 | 1010010 | 1110 | 100001 | 1001000 | 110011 |
Color Harmonies of #DC8A28
Complementary color
Monochromatic Colors of #DC8A28
Black with #DC8A28
Text Example
Text Example
White with #DC8A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A28; }
p { color: rgb(220,138,40); }
H1.HeaderClassName
{
color: #DC8A28;
}
.AnyTagClassName
{
color: #DC8A28;
}
</style>
background-color css
<style>
a { background-color: #DC8A28; }
a { background-color: rgb(220,138,40); }
div.DivClassName
{
background-color: #DC8A28;
}
.BgClassName
{
background-color: #DC8A28;
}
</style>
border-color css
<style>
span { border-color: #DC8A28; }
span { border-color: rgb(220,138,40); }
td.TdClassName
{
border-color: #DC8A28;
}
.TagClassName
{
border-color: #DC8A28;
}
</style>