Shades of Buttercup #DC9A28
Tints of Buttercup #DC9A28
RGB
CMYK
RGB Variations
Color information
#DC9A28 (or 0xDC9A28) is known color: Buttercup. HEX triplet: DC, 9A and 28. RGB value is (220,154,40). Sum of RGB (Red+Green+Blue) = 220+154+40=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A28 is #2365D7. Grayscale: #A1A1A1. Windows color (decimal): -2319832 or 2661084. OLE color: 2661084.
HSL color Cylindrical-coordinate representation of color #DC9A28: hue angle of 38º 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 #DC9A28 is Cyan = 0, Magento = 0.3, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 40 | - |
| CMYK | 0 | 0.3 | 0.82 | 0.14 |
| HSL | 38º | 0.72% | 0.51% | - |
| HSV(B) | 38º | 0.82% | 0.86% | - |
| XYZ | 41.45 | 38.48 | 7.25 | - |
| YUV | 160.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 40 | 0 | 0.3 | 0.82 | 0.14 | 38 | 0.72 | 0.51 |
| Hex | DC | 9A | 28 | 0 | 1E | 52 | E | 26 | 48 | 33 |
| Octal | 334 | 232 | 50 | 0 | 36 | 122 | 16 | 46 | 110 | 63 |
| Binary | 11011100 | 10011010 | 101000 | 0 | 11110 | 1010010 | 1110 | 100110 | 1001000 | 110011 |
Color Harmonies of #DC9A28
Complementary color
Monochromatic Colors of #DC9A28
Black with #DC9A28
Text Example
Text Example
White with #DC9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A28; }
p { color: rgb(220,154,40); }
H1.HeaderClassName
{
color: #DC9A28;
}
.AnyTagClassName
{
color: #DC9A28;
}
</style>
background-color css
<style>
a { background-color: #DC9A28; }
a { background-color: rgb(220,154,40); }
div.DivClassName
{
background-color: #DC9A28;
}
.BgClassName
{
background-color: #DC9A28;
}
</style>
border-color css
<style>
span { border-color: #DC9A28; }
span { border-color: rgb(220,154,40); }
td.TdClassName
{
border-color: #DC9A28;
}
.TagClassName
{
border-color: #DC9A28;
}
</style>