Html Css Color HEX #DE8642 Tree Poppy

📋 copy color: '#DE8642'

red 222 ◦ green 134 ◦ blue 66

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

Shades of Tree Poppy #DE8642

Tints of Tree Poppy #DE8642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.75%

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

R = 52.61%
G = 31.75%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE8642 (or 0xDE8642) is known color: Tree Poppy. HEX triplet: DE, 86 and 42. RGB value is (222,134,66). Sum of RGB (Red+Green+Blue) = 222+134+66=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8642 is #2179BD. Grayscale: #989898. Windows color (decimal): -2193854 or 4359902. OLE color: 4359902.

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

Color convert

RGB 222 134 66 -
CMYK 0 0.40 0.70 0.13
HSL 26.15º 0.7% 0.56% -
HSV(B) 26.15º 0.7% 0.87% -
XYZ 39.63 32.97 9.43 -
YUV 152.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 222 134 66 0 0.40 0.70 0.13 26.15 0.7 0.56
Hex DE 86 42 0 28 46 D 1A 46 38
Octal 336 206 102 0 50 106 15 32 106 70
Binary 11011110 10000110 1000010 0 101000 1000110 1101 11010 1000110 111000

Color Harmonies of #DE8642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8642

Black with #DE8642

Text Example


Text Example

White with #DE8642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8642; }

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

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

background-color css

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

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

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

border-color css

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

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

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