#DD882C

Color #DD882C Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DD882C

Tints of Buttercup #DD882C

Color information

#DD882C (or 0xDD882C) is unknown color: approx Buttercup. HEX triplet: DD, 88 and 2C. RGB value is (221,136,44). Sum of RGB (Red+Green+Blue) = 221+136+44=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD882C is #2277D3. Grayscale: #979797. Windows color (decimal): -2258900 or 2918621. OLE color: 2918621.

HSL color Cylindrical-coordinate representation of color #DD882C: hue angle of 31.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD882C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22113644-
CMYK00.380.800.13
HSL31.19º72.24%51.96%-
HSV(B)31.19º80.09%86.67%-
XYZ39.0833.166.72-
YUV150.9367.66177.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 44 (17.58% from 255) = 10.97%
R=55.11%
G=33.92%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211364400.380.800.1331.1972.2451.96
HexDD882C02650D1f4834
Octal33521054046120153711064
Binary1101110110001000101100010011010100001101111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD882C; }

 p { color: rgb(221,136,44); }

 H1.HeaderClassName
 {
   color: #DD882C;
 }
 .AnyTagClassName
 {
   color: #DD882C;
 }
</style>
background-color css

<style>
 a { background-color: #DD882C; }

 a { background-color: rgb(221,136,44); }

 div.DivClassName
 {
   background-color: #DD882C;
 }
 .BgClassName
 {
   background-color: #DD882C;
 }
</style>
border-color css

<style>
 span { border-color: #DD882C; }

 span { border-color: rgb(221,136,44); }

 td.TdClassName
 {
   border-color: #DD882C;
 }
 .TagClassName
 {
   border-color: #DD882C;
 }
</style>