Shades of Buttercup #DC9F30
Tints of Buttercup #DC9F30
RGB
CMYK
RGB Variations
Color information
#DC9F30 (or 0xDC9F30) is known color: Buttercup. HEX triplet: DC, 9F and 30. RGB value is (220,159,48). Sum of RGB (Red+Green+Blue) = 220+159+48=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F30 is #2360CF. Grayscale: #A5A5A5. Windows color (decimal): -2318544 or 3186652. OLE color: 3186652.
HSL color Cylindrical-coordinate representation of color #DC9F30: hue angle of 38.72º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC9F30 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 48 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.14 |
| HSL | 38.72º | 0.71% | 0.53% | - |
| HSV(B) | 38.72º | 0.78% | 0.86% | - |
| XYZ | 42.45 | 40.23 | 8.32 | - |
| YUV | 164.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 48 | 0 | 0.28 | 0.78 | 0.14 | 38.72 | 0.71 | 0.53 |
| Hex | DC | 9F | 30 | 0 | 1C | 4E | E | 27 | 47 | 35 |
| Octal | 334 | 237 | 60 | 0 | 34 | 116 | 16 | 47 | 107 | 65 |
| Binary | 11011100 | 10011111 | 110000 | 0 | 11100 | 1001110 | 1110 | 100111 | 1000111 | 110101 |
Color Harmonies of #DC9F30
Complementary color
Monochromatic Colors of #DC9F30
Black with #DC9F30
Text Example
Text Example
White with #DC9F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F30; }
p { color: rgb(220,159,48); }
H1.HeaderClassName
{
color: #DC9F30;
}
.AnyTagClassName
{
color: #DC9F30;
}
</style>
background-color css
<style>
a { background-color: #DC9F30; }
a { background-color: rgb(220,159,48); }
div.DivClassName
{
background-color: #DC9F30;
}
.BgClassName
{
background-color: #DC9F30;
}
</style>
border-color css
<style>
span { border-color: #DC9F30; }
span { border-color: rgb(220,159,48); }
td.TdClassName
{
border-color: #DC9F30;
}
.TagClassName
{
border-color: #DC9F30;
}
</style>