Html Css Color HEX #DE8040 Tree Poppy

📋 copy color: '#DE8040'

red 222 ◦ green 128 ◦ blue 64

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

Shades of Tree Poppy #DE8040

Tints of Tree Poppy #DE8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

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

R = 53.62%
G = 30.92%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE8040 (or 0xDE8040) is known color: Tree Poppy. HEX triplet: DE, 80 and 40. RGB value is (222,128,64). Sum of RGB (Red+Green+Blue) = 222+128+64=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8040 is #217FBF. Grayscale: #959595. Windows color (decimal): -2195392 or 4227294. OLE color: 4227294.

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

Color convert

RGB 222 128 64 -
CMYK 0 0.42 0.71 0.13
HSL 24.3º 0.71% 0.56% -
HSV(B) 24.3º 0.71% 0.87% -
XYZ 38.77 31.34 8.86 -
YUV 148.81 80.14 180.2 -
System Red Green Blue C M Y K H S L
Decimal 222 128 64 0 0.42 0.71 0.13 24.3 0.71 0.56
Hex DE 80 40 0 2A 47 D 18 47 38
Octal 336 200 100 0 52 107 15 30 107 70
Binary 11011110 10000000 1000000 0 101010 1000111 1101 11000 1000111 111000

Color Harmonies of #DE8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8040

Black with #DE8040

Text Example


Text Example

White with #DE8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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