Html Css Color HEX #DE8042 Tree Poppy

📋 copy color: '#DE8042'

red 222 ◦ green 128 ◦ blue 66

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

Shades of Tree Poppy #DE8042

Tints of Tree Poppy #DE8042

RGB

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

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

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

R = 53.37%
G = 30.77%
B = 15.87%

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

#DE8042 (or 0xDE8042) is known color: Tree Poppy. HEX triplet: DE, 80 and 42. RGB value is (222,128,66). Sum of RGB (Red+Green+Blue) = 222+128+66=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8042 is #217FBD. Grayscale: #959595. Windows color (decimal): -2195390 or 4358366. OLE color: 4358366.

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

Color convert

RGB 222 128 66 -
CMYK 0 0.42 0.70 0.13
HSL 23.85º 0.7% 0.56% -
HSV(B) 23.85º 0.7% 0.87% -
XYZ 38.83 31.36 9.16 -
YUV 149.04 81.14 180.04 -
System Red Green Blue C M Y K H S L
Decimal 222 128 66 0 0.42 0.70 0.13 23.85 0.7 0.56
Hex DE 80 42 0 2A 46 D 18 46 38
Octal 336 200 102 0 52 106 15 30 106 70
Binary 11011110 10000000 1000010 0 101010 1000110 1101 11000 1000110 111000

Color Harmonies of #DE8042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8042

Black with #DE8042

Text Example


Text Example

White with #DE8042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8042; }

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

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

background-color css

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

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

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

border-color css

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

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

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