Shades of Buttercup #DC9428
Tints of Buttercup #DC9428
RGB
CMYK
RGB Variations
Color information
#DC9428 (or 0xDC9428) is known color: Buttercup. HEX triplet: DC, 94 and 28. RGB value is (220,148,40). Sum of RGB (Red+Green+Blue) = 220+148+40=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9428 is #236BD7. Grayscale: #9D9D9D. Windows color (decimal): -2321368 or 2659548. OLE color: 2659548.
HSL color Cylindrical-coordinate representation of color #DC9428: hue angle of 36º 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 #DC9428 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 40 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.14 |
| HSL | 36º | 0.72% | 0.51% | - |
| HSV(B) | 36º | 0.82% | 0.86% | - |
| XYZ | 40.49 | 36.55 | 6.93 | - |
| YUV | 157.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 40 | 0 | 0.33 | 0.82 | 0.14 | 36 | 0.72 | 0.51 |
| Hex | DC | 94 | 28 | 0 | 21 | 52 | E | 24 | 48 | 33 |
| Octal | 334 | 224 | 50 | 0 | 41 | 122 | 16 | 44 | 110 | 63 |
| Binary | 11011100 | 10010100 | 101000 | 0 | 100001 | 1010010 | 1110 | 100100 | 1001000 | 110011 |
Color Harmonies of #DC9428
Complementary color
Monochromatic Colors of #DC9428
Black with #DC9428
Text Example
Text Example
White with #DC9428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9428; }
p { color: rgb(220,148,40); }
H1.HeaderClassName
{
color: #DC9428;
}
.AnyTagClassName
{
color: #DC9428;
}
</style>
background-color css
<style>
a { background-color: #DC9428; }
a { background-color: rgb(220,148,40); }
div.DivClassName
{
background-color: #DC9428;
}
.BgClassName
{
background-color: #DC9428;
}
</style>
border-color css
<style>
span { border-color: #DC9428; }
span { border-color: rgb(220,148,40); }
td.TdClassName
{
border-color: #DC9428;
}
.TagClassName
{
border-color: #DC9428;
}
</style>