Html Css Color HEX #DE8442 Tree Poppy

📋 copy color: '#DE8442'

red 222 ◦ green 132 ◦ blue 66

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

Shades of Tree Poppy #DE8442

Tints of Tree Poppy #DE8442

RGB

 RED value IS 222 (87.11% from 255) = 52.86%

 GREEN value IS 132 (51.95% from 255) = 31.43%

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

R = 52.86%
G = 31.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE8442 (or 0xDE8442) is known color: Tree Poppy. HEX triplet: DE, 84 and 42. RGB value is (222,132,66). Sum of RGB (Red+Green+Blue) = 222+132+66=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8442 is #217BBD. Grayscale: #979797. Windows color (decimal): -2194366 or 4359390. OLE color: 4359390.

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

Color convert

RGB 222 132 66 -
CMYK 0 0.41 0.70 0.13
HSL 25.38º 0.7% 0.56% -
HSV(B) 25.38º 0.7% 0.87% -
XYZ 39.36 32.43 9.34 -
YUV 151.39 79.82 178.37 -
System Red Green Blue C M Y K H S L
Decimal 222 132 66 0 0.41 0.70 0.13 25.38 0.7 0.56
Hex DE 84 42 0 29 46 D 19 46 38
Octal 336 204 102 0 51 106 15 31 106 70
Binary 11011110 10000100 1000010 0 101001 1000110 1101 11001 1000110 111000

Color Harmonies of #DE8442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8442

Black with #DE8442

Text Example


Text Example

White with #DE8442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8442; }

 p { color: rgb(222,132,66); }

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

background-color css

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

 a { background-color: rgb(222,132,66); }

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

border-color css

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

 span { border-color: rgb(222,132,66); }

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