#DD8333

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

Shades of Tree Poppy #DD8333

Tints of Tree Poppy #DD8333

Color information

#DD8333 (or 0xDD8333) is unknown color: approx Tree Poppy. HEX triplet: DD, 83 and 33. RGB value is (221,131,51). Sum of RGB (Red+Green+Blue) = 221+131+51=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8333 is #227CCC. Grayscale: #959595. Windows color (decimal): -2260173 or 3376093. OLE color: 3376093.

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

Color convert

RGB22113151-
CMYK00.410.770.13
HSL28.24º71.43%53.33%-
HSV(B)28.24º76.92%86.67%-
XYZ38.5331.847.25-
YUV148.7972.82179.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.84%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=54.84%
G=32.51%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211315100.410.770.1328.2471.4353.33
HexDD83330294DD1c4735
Octal33520363051115153410765
Binary1101110110000011110011010100110011011101111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8333; }

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

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

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

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

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

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

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

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