Html Css Color HEX #DD8842 Tree Poppy

📋 copy color: '#DD8842'

red 221 ◦ green 136 ◦ blue 66

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

Shades of Tree Poppy #DD8842

Tints of Tree Poppy #DD8842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

 BLUE value IS 66 (26.17% from 255) = 15.6%

R = 52.25%
G = 32.15%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD8842 (or 0xDD8842) is known color: Tree Poppy. HEX triplet: DD, 88 and 42. RGB value is (221,136,66). Sum of RGB (Red+Green+Blue) = 221+136+66=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8842 is #2277BD. Grayscale: #999999. Windows color (decimal): -2258878 or 4360413. OLE color: 4360413.

HSL color Cylindrical-coordinate representation of color #DD8842: hue angle of 27.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD8842 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 66 -
CMYK 0 0.38 0.70 0.13
HSL 27.1º 0.7% 0.56% -
HSV(B) 27.1º 0.7% 0.87% -
XYZ 39.61 33.37 9.51 -
YUV 153.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 221 136 66 0 0.38 0.70 0.13 27.1 0.7 0.56
Hex DD 88 42 0 26 46 D 1B 46 38
Octal 335 210 102 0 46 106 15 33 106 70
Binary 11011101 10001000 1000010 0 100110 1000110 1101 11011 1000110 111000

Color Harmonies of #DD8842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8842

Black with #DD8842

Text Example


Text Example

White with #DD8842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8842; }

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

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

background-color css

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

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

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

border-color css

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

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

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