Shades of Buttercup #DD872A
Tints of Buttercup #DD872A
RGB
CMYK
RGB Variations
Color information
#DD872A (or 0xDD872A) is known color: Buttercup. HEX triplet: DD, 87 and 2A. RGB value is (221,135,42). Sum of RGB (Red+Green+Blue) = 221+135+42=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD872A is #2278D5. Grayscale: #969696. Windows color (decimal): -2259158 or 2787293. OLE color: 2787293.
HSL color Cylindrical-coordinate representation of color #DD872A: hue angle of 31.17º 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 #DD872A is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 42 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.13 |
| HSL | 31.17º | 0.72% | 0.52% | - |
| HSV(B) | 31.17º | 0.81% | 0.87% | - |
| XYZ | 38.9 | 32.87 | 6.48 | - |
| YUV | 150.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 42 | 0 | 0.39 | 0.81 | 0.13 | 31.17 | 0.72 | 0.52 |
| Hex | DD | 87 | 2A | 0 | 27 | 51 | D | 1F | 48 | 34 |
| Octal | 335 | 207 | 52 | 0 | 47 | 121 | 15 | 37 | 110 | 64 |
| Binary | 11011101 | 10000111 | 101010 | 0 | 100111 | 1010001 | 1101 | 11111 | 1001000 | 110100 |
Color Harmonies of #DD872A
Complementary color
Monochromatic Colors of #DD872A
Black with #DD872A
Text Example
Text Example
White with #DD872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD872A; }
p { color: rgb(221,135,42); }
H1.HeaderClassName
{
color: #DD872A;
}
.AnyTagClassName
{
color: #DD872A;
}
</style>
background-color css
<style>
a { background-color: #DD872A; }
a { background-color: rgb(221,135,42); }
div.DivClassName
{
background-color: #DD872A;
}
.BgClassName
{
background-color: #DD872A;
}
</style>
border-color css
<style>
span { border-color: #DD872A; }
span { border-color: rgb(221,135,42); }
td.TdClassName
{
border-color: #DD872A;
}
.TagClassName
{
border-color: #DD872A;
}
</style>