Shades of Buttercup #DC9833
Tints of Buttercup #DC9833
RGB
CMYK
RGB Variations
Color information
#DC9833 (or 0xDC9833) is known color: Buttercup. HEX triplet: DC, 98 and 33. RGB value is (220,152,51). Sum of RGB (Red+Green+Blue) = 220+152+51=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9833 is #2367CC. Grayscale: #A1A1A1. Windows color (decimal): -2320333 or 3381468. OLE color: 3381468.
HSL color Cylindrical-coordinate representation of color #DC9833: hue angle of 35.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC9833 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 51 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.14 |
| HSL | 35.86º | 0.71% | 0.53% | - |
| HSV(B) | 35.86º | 0.77% | 0.86% | - |
| XYZ | 41.34 | 37.91 | 8.27 | - |
| YUV | 160.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 51 | 0 | 0.31 | 0.77 | 0.14 | 35.86 | 0.71 | 0.53 |
| Hex | DC | 98 | 33 | 0 | 1F | 4D | E | 24 | 47 | 35 |
| Octal | 334 | 230 | 63 | 0 | 37 | 115 | 16 | 44 | 107 | 65 |
| Binary | 11011100 | 10011000 | 110011 | 0 | 11111 | 1001101 | 1110 | 100100 | 1000111 | 110101 |
Color Harmonies of #DC9833
Complementary color
Monochromatic Colors of #DC9833
Black with #DC9833
Text Example
Text Example
White with #DC9833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9833; }
p { color: rgb(220,152,51); }
H1.HeaderClassName
{
color: #DC9833;
}
.AnyTagClassName
{
color: #DC9833;
}
</style>
background-color css
<style>
a { background-color: #DC9833; }
a { background-color: rgb(220,152,51); }
div.DivClassName
{
background-color: #DC9833;
}
.BgClassName
{
background-color: #DC9833;
}
</style>
border-color css
<style>
span { border-color: #DC9833; }
span { border-color: rgb(220,152,51); }
td.TdClassName
{
border-color: #DC9833;
}
.TagClassName
{
border-color: #DC9833;
}
</style>