Html Css Color HEX #DE8140 Tree Poppy

📋 copy color: '#DE8140'

red 222 ◦ green 129 ◦ blue 64

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

Shades of Tree Poppy #DE8140

Tints of Tree Poppy #DE8140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.08%

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

R = 53.49%
G = 31.08%
B = 15.42%

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

#DE8140 (or 0xDE8140) is known color: Tree Poppy. HEX triplet: DE, 81 and 40. RGB value is (222,129,64). Sum of RGB (Red+Green+Blue) = 222+129+64=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8140 is #217EBF. Grayscale: #959595. Windows color (decimal): -2195136 or 4227550. OLE color: 4227550.

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

Color convert

RGB 222 129 64 -
CMYK 0 0.42 0.71 0.13
HSL 24.68º 0.71% 0.56% -
HSV(B) 24.68º 0.71% 0.87% -
XYZ 38.9 31.6 8.9 -
YUV 149.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 222 129 64 0 0.42 0.71 0.13 24.68 0.71 0.56
Hex DE 81 40 0 2A 47 D 19 47 38
Octal 336 201 100 0 52 107 15 31 107 70
Binary 11011110 10000001 1000000 0 101010 1000111 1101 11001 1000111 111000

Color Harmonies of #DE8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8140

Black with #DE8140

Text Example


Text Example

White with #DE8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8140; }

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

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

background-color css

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

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

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

border-color css

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

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

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