#DD8833

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

Shades of Tree Poppy #DD8833

Tints of Tree Poppy #DD8833

Color information

#DD8833 (or 0xDD8833) is unknown color: approx Tree Poppy. HEX triplet: DD, 88 and 33. RGB value is (221,136,51). Sum of RGB (Red+Green+Blue) = 221+136+51=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8833 is #2277CC. Grayscale: #989898. Windows color (decimal): -2258893 or 3377373. OLE color: 3377373.

HSL color Cylindrical-coordinate representation of color #DD8833: hue angle of 30º 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 #DD8833 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22113651-
CMYK00.380.770.13
HSL30º71.43%53.33%-
HSV(B)30º76.92%86.67%-
XYZ39.2233.227.48-
YUV151.7271.16177.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.17%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 12.5%
R=54.17%
G=33.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211365100.380.770.133071.4353.33
HexDD88330264DD1e4735
Octal33521063046115153610765
Binary1101110110001000110011010011010011011101111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8833; }

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

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

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

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

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

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

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

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