Shades of Buttercup #DC9C33
Tints of Buttercup #DC9C33
RGB
CMYK
RGB Variations
Color information
#DC9C33 (or 0xDC9C33) is known color: Buttercup. HEX triplet: DC, 9C and 33. RGB value is (220,156,51). Sum of RGB (Red+Green+Blue) = 220+156+51=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C33 is #2363CC. Grayscale: #A3A3A3. Windows color (decimal): -2319309 or 3382492. OLE color: 3382492.
HSL color Cylindrical-coordinate representation of color #DC9C33: hue angle of 37.28º 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 #DC9C33 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 51 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.14 |
| HSL | 37.28º | 0.71% | 0.53% | - |
| HSV(B) | 37.28º | 0.77% | 0.86% | - |
| XYZ | 42 | 39.23 | 8.49 | - |
| YUV | 163.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 51 | 0 | 0.29 | 0.77 | 0.14 | 37.28 | 0.71 | 0.53 |
| Hex | DC | 9C | 33 | 0 | 1D | 4D | E | 25 | 47 | 35 |
| Octal | 334 | 234 | 63 | 0 | 35 | 115 | 16 | 45 | 107 | 65 |
| Binary | 11011100 | 10011100 | 110011 | 0 | 11101 | 1001101 | 1110 | 100101 | 1000111 | 110101 |
Color Harmonies of #DC9C33
Complementary color
Monochromatic Colors of #DC9C33
Black with #DC9C33
Text Example
Text Example
White with #DC9C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C33; }
p { color: rgb(220,156,51); }
H1.HeaderClassName
{
color: #DC9C33;
}
.AnyTagClassName
{
color: #DC9C33;
}
</style>
background-color css
<style>
a { background-color: #DC9C33; }
a { background-color: rgb(220,156,51); }
div.DivClassName
{
background-color: #DC9C33;
}
.BgClassName
{
background-color: #DC9C33;
}
</style>
border-color css
<style>
span { border-color: #DC9C33; }
span { border-color: rgb(220,156,51); }
td.TdClassName
{
border-color: #DC9C33;
}
.TagClassName
{
border-color: #DC9C33;
}
</style>