Html Css Color HEX #DE8940 Tree Poppy

📋 copy color: '#DE8940'

red 222 ◦ green 137 ◦ blue 64

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

Shades of Tree Poppy #DE8940

Tints of Tree Poppy #DE8940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.39%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 52.48%
G = 32.39%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE8940 (or 0xDE8940) is known color: Tree Poppy. HEX triplet: DE, 89 and 40. RGB value is (222,137,64). Sum of RGB (Red+Green+Blue) = 222+137+64=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8940 is #2176BF. Grayscale: #9A9A9A. Windows color (decimal): -2193088 or 4229598. OLE color: 4229598.

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

Color convert

RGB 222 137 64 -
CMYK 0 0.38 0.71 0.13
HSL 27.72º 0.71% 0.56% -
HSV(B) 27.72º 0.71% 0.87% -
XYZ 40 33.79 9.26 -
YUV 154.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 222 137 64 0 0.38 0.71 0.13 27.72 0.71 0.56
Hex DE 89 40 0 26 47 D 1C 47 38
Octal 336 211 100 0 46 107 15 34 107 70
Binary 11011110 10001001 1000000 0 100110 1000111 1101 11100 1000111 111000

Color Harmonies of #DE8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8940

Black with #DE8940

Text Example


Text Example

White with #DE8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8940; }

 p { color: rgb(222,137,64); }

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

background-color css

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

 a { background-color: rgb(222,137,64); }

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

border-color css

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

 span { border-color: rgb(222,137,64); }

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