Html Css Color HEX #DD8336 Tree Poppy

📋 copy color: '#DD8336'

red 221 ◦ green 131 ◦ blue 54

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

Shades of Tree Poppy #DD8336

Tints of Tree Poppy #DD8336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.3%

R = 54.43%
G = 32.27%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8336 (or 0xDD8336) is known color: Tree Poppy. HEX triplet: DD, 83 and 36. RGB value is (221,131,54). Sum of RGB (Red+Green+Blue) = 221+131+54=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8336 is #227CC9. Grayscale: #959595. Windows color (decimal): -2260170 or 3572701. OLE color: 3572701.

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

Color convert

RGB 221 131 54 -
CMYK 0 0.41 0.76 0.13
HSL 27.66º 0.71% 0.54% -
HSV(B) 27.66º 0.76% 0.87% -
XYZ 38.6 31.87 7.61 -
YUV 149.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 221 131 54 0 0.41 0.76 0.13 27.66 0.71 0.54
Hex DD 83 36 0 29 4C D 1C 47 36
Octal 335 203 66 0 51 114 15 34 107 66
Binary 11011101 10000011 110110 0 101001 1001100 1101 11100 1000111 110110

Color Harmonies of #DD8336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8336

Black with #DD8336

Text Example


Text Example

White with #DD8336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8336; }

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

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

background-color css

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

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

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

border-color css

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

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

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