#dd8033

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

Shades of Tree Poppy #DD8033

Tints of Tree Poppy #DD8033

Color information

#DD8033 (or 0xDD8033) is unknown color: approx Tree Poppy. HEX triplet: DD, 80 and 33. RGB value is (221,128,51). Sum of RGB (Red+Green+Blue) = 221+128+51=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8033 is #227FCC. Grayscale: #939393. Windows color (decimal): -2260941 or 3375325. OLE color: 3375325.

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

Color convert

RGB22112851-
CMYK00.420.770.13
HSL27.18º71.43%53.33%-
HSV(B)27.18º76.92%86.67%-
XYZ38.1431.057.12-
YUV147.0373.81180.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.25%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=55.25%
G=32%
B=12.75%

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
Decimal2211285100.420.770.1327.1871.4353.33
HexDD803302A4DD1b4735
Octal33520063052115153310765
Binary1101110110000000110011010101010011011101110111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd8033; }

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

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

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

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

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

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

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

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