Shades of Buttercup #DD9B2B
Tints of Buttercup #DD9B2B
RGB
CMYK
RGB Variations
Color information
#DD9B2B (or 0xDD9B2B) is known color: Buttercup. HEX triplet: DD, 9B and 2B. RGB value is (221,155,43). Sum of RGB (Red+Green+Blue) = 221+155+43=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9B2B is #2264D4. Grayscale: #A2A2A2. Windows color (decimal): -2254037 or 2857949. OLE color: 2857949.
HSL color Cylindrical-coordinate representation of color #DD9B2B: hue angle of 37.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD9B2B is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 43 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.13 |
| HSL | 37.75º | 0.72% | 0.52% | - |
| HSV(B) | 37.75º | 0.81% | 0.87% | - |
| XYZ | 41.98 | 38.99 | 7.6 | - |
| YUV | 161.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 43 | 0 | 0.30 | 0.81 | 0.13 | 37.75 | 0.72 | 0.52 |
| Hex | DD | 9B | 2B | 0 | 1E | 51 | D | 26 | 48 | 34 |
| Octal | 335 | 233 | 53 | 0 | 36 | 121 | 15 | 46 | 110 | 64 |
| Binary | 11011101 | 10011011 | 101011 | 0 | 11110 | 1010001 | 1101 | 100110 | 1001000 | 110100 |
Color Harmonies of #DD9B2B
Complementary color
Monochromatic Colors of #DD9B2B
Black with #DD9B2B
Text Example
Text Example
White with #DD9B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B2B; }
p { color: rgb(221,155,43); }
H1.HeaderClassName
{
color: #DD9B2B;
}
.AnyTagClassName
{
color: #DD9B2B;
}
</style>
background-color css
<style>
a { background-color: #DD9B2B; }
a { background-color: rgb(221,155,43); }
div.DivClassName
{
background-color: #DD9B2B;
}
.BgClassName
{
background-color: #DD9B2B;
}
</style>
border-color css
<style>
span { border-color: #DD9B2B; }
span { border-color: rgb(221,155,43); }
td.TdClassName
{
border-color: #DD9B2B;
}
.TagClassName
{
border-color: #DD9B2B;
}
</style>