Html Css Color HEX #DD8337 Tree Poppy

📋 copy color: '#DD8337'

red 221 ◦ green 131 ◦ blue 55

#DD8337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tree Poppy #DD8337

Tints of Tree Poppy #DD8337

RGB

 RED value IS 221 (86.72% from 255) = 54.3%

 GREEN value IS 131 (51.56% from 255) = 32.19%

 BLUE value IS 55 (21.88% from 255) = 13.51%

R = 54.3%
G = 32.19%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD8337 (or 0xDD8337) is known color: Tree Poppy. HEX triplet: DD, 83 and 37. RGB value is (221,131,55). Sum of RGB (Red+Green+Blue) = 221+131+55=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8337 is #227CC8. Grayscale: #959595. Windows color (decimal): -2260169 or 3638237. OLE color: 3638237.

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

Color convert

RGB 221 131 55 -
CMYK 0 0.41 0.75 0.13
HSL 27.47º 0.71% 0.54% -
HSV(B) 27.47º 0.75% 0.87% -
XYZ 38.62 31.88 7.73 -
YUV 149.25 74.82 179.18 -
System Red Green Blue C M Y K H S L
Decimal 221 131 55 0 0.41 0.75 0.13 27.47 0.71 0.54
Hex DD 83 37 0 29 4B D 1B 47 36
Octal 335 203 67 0 51 113 15 33 107 66
Binary 11011101 10000011 110111 0 101001 1001011 1101 11011 1000111 110110

Color Harmonies of #DD8337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8337

Black with #DD8337

Text Example


Text Example

White with #DD8337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8337; }

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

 H1.HeaderClassName
 {
   color: #DD8337;
 }
 .AnyTagClassName
 {
   color: #DD8337;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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