Shades of Buttercup #DC9A29
Tints of Buttercup #DC9A29
RGB
CMYK
RGB Variations
Color information
#DC9A29 (or 0xDC9A29) is known color: Buttercup. HEX triplet: DC, 9A and 29. RGB value is (220,154,41). Sum of RGB (Red+Green+Blue) = 220+154+41=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A29 is #2365D6. Grayscale: #A1A1A1. Windows color (decimal): -2319831 or 2726620. OLE color: 2726620.
HSL color Cylindrical-coordinate representation of color #DC9A29: hue angle of 37.88º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC9A29 is Cyan = 0, Magento = 0.3, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 41 | - |
| CMYK | 0 | 0.3 | 0.81 | 0.14 |
| HSL | 37.88º | 0.72% | 0.51% | - |
| HSV(B) | 37.88º | 0.81% | 0.86% | - |
| XYZ | 41.47 | 38.49 | 7.34 | - |
| YUV | 160.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 41 | 0 | 0.3 | 0.81 | 0.14 | 37.88 | 0.72 | 0.51 |
| Hex | DC | 9A | 29 | 0 | 1E | 51 | E | 26 | 48 | 33 |
| Octal | 334 | 232 | 51 | 0 | 36 | 121 | 16 | 46 | 110 | 63 |
| Binary | 11011100 | 10011010 | 101001 | 0 | 11110 | 1010001 | 1110 | 100110 | 1001000 | 110011 |
Color Harmonies of #DC9A29
Complementary color
Monochromatic Colors of #DC9A29
Black with #DC9A29
Text Example
Text Example
White with #DC9A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A29; }
p { color: rgb(220,154,41); }
H1.HeaderClassName
{
color: #DC9A29;
}
.AnyTagClassName
{
color: #DC9A29;
}
</style>
background-color css
<style>
a { background-color: #DC9A29; }
a { background-color: rgb(220,154,41); }
div.DivClassName
{
background-color: #DC9A29;
}
.BgClassName
{
background-color: #DC9A29;
}
</style>
border-color css
<style>
span { border-color: #DC9A29; }
span { border-color: rgb(220,154,41); }
td.TdClassName
{
border-color: #DC9A29;
}
.TagClassName
{
border-color: #DC9A29;
}
</style>