Html Css Color HEX #DE8142 Tree Poppy

📋 copy color: '#DE8142'

red 222 ◦ green 129 ◦ blue 66

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

Shades of Tree Poppy #DE8142

Tints of Tree Poppy #DE8142

RGB

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

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

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

R = 53.24%
G = 30.94%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE8142 (or 0xDE8142) is known color: Tree Poppy. HEX triplet: DE, 81 and 42. RGB value is (222,129,66). Sum of RGB (Red+Green+Blue) = 222+129+66=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8142 is #217EBD. Grayscale: #959595. Windows color (decimal): -2195134 or 4358622. OLE color: 4358622.

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

Color convert

RGB 222 129 66 -
CMYK 0 0.42 0.70 0.13
HSL 24.23º 0.7% 0.56% -
HSV(B) 24.23º 0.7% 0.87% -
XYZ 38.96 31.62 9.2 -
YUV 149.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 222 129 66 0 0.42 0.70 0.13 24.23 0.7 0.56
Hex DE 81 42 0 2A 46 D 18 46 38
Octal 336 201 102 0 52 106 15 30 106 70
Binary 11011110 10000001 1000010 0 101010 1000110 1101 11000 1000110 111000

Color Harmonies of #DE8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8142

Black with #DE8142

Text Example


Text Example

White with #DE8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8142; }

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

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

background-color css

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

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

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

border-color css

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

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

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