Shades of Buttercup #DC9B2F
Tints of Buttercup #DC9B2F
RGB
CMYK
RGB Variations
Color information
#DC9B2F (or 0xDC9B2F) is known color: Buttercup. HEX triplet: DC, 9B and 2F. RGB value is (220,155,47). Sum of RGB (Red+Green+Blue) = 220+155+47=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9B2F is #2364D0. Grayscale: #A2A2A2. Windows color (decimal): -2319569 or 3120092. OLE color: 3120092.
HSL color Cylindrical-coordinate representation of color #DC9B2F: hue angle of 37.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC9B2F is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 47 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.14 |
| HSL | 37.46º | 0.71% | 0.52% | - |
| HSV(B) | 37.46º | 0.79% | 0.86% | - |
| XYZ | 41.75 | 38.86 | 7.99 | - |
| YUV | 162.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 47 | 0 | 0.30 | 0.79 | 0.14 | 37.46 | 0.71 | 0.52 |
| Hex | DC | 9B | 2F | 0 | 1E | 4F | E | 25 | 47 | 34 |
| Octal | 334 | 233 | 57 | 0 | 36 | 117 | 16 | 45 | 107 | 64 |
| Binary | 11011100 | 10011011 | 101111 | 0 | 11110 | 1001111 | 1110 | 100101 | 1000111 | 110100 |
Color Harmonies of #DC9B2F
Complementary color
Monochromatic Colors of #DC9B2F
Black with #DC9B2F
Text Example
Text Example
White with #DC9B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B2F; }
p { color: rgb(220,155,47); }
H1.HeaderClassName
{
color: #DC9B2F;
}
.AnyTagClassName
{
color: #DC9B2F;
}
</style>
background-color css
<style>
a { background-color: #DC9B2F; }
a { background-color: rgb(220,155,47); }
div.DivClassName
{
background-color: #DC9B2F;
}
.BgClassName
{
background-color: #DC9B2F;
}
</style>
border-color css
<style>
span { border-color: #DC9B2F; }
span { border-color: rgb(220,155,47); }
td.TdClassName
{
border-color: #DC9B2F;
}
.TagClassName
{
border-color: #DC9B2F;
}
</style>