#DD8133

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

Shades of Tree Poppy #DD8133

Tints of Tree Poppy #DD8133

Color information

#DD8133 (or 0xDD8133) is unknown color: approx Tree Poppy. HEX triplet: DD, 81 and 33. RGB value is (221,129,51). Sum of RGB (Red+Green+Blue) = 221+129+51=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8133 is #227ECC. Grayscale: #949494. Windows color (decimal): -2260685 or 3375581. OLE color: 3375581.

HSL color Cylindrical-coordinate representation of color #DD8133: hue angle of 27.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD8133 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22112951-
CMYK00.420.770.13
HSL27.53º71.43%53.33%-
HSV(B)27.53º76.92%86.67%-
XYZ38.2731.317.16-
YUV147.6273.48180.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 51 (20.31% from 255) = 12.72%
R=55.11%
G=32.17%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211295100.420.770.1327.5371.4353.33
HexDD813302A4DD1c4735
Octal33520163052115153410765
Binary1101110110000001110011010101010011011101111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8133; }

 p { color: rgb(221,129,51); }

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

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

 a { background-color: rgb(221,129,51); }

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

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

 span { border-color: rgb(221,129,51); }

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