Html Css Color HEX #DE8A3E Tree Poppy

📋 copy color: '#DE8A3E'

red 222 ◦ green 138 ◦ blue 62

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

Shades of Tree Poppy #DE8A3E

Tints of Tree Poppy #DE8A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

 BLUE value IS 62 (24.61% from 255) = 14.69%

R = 52.61%
G = 32.7%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE8A3E (or 0xDE8A3E) is known color: Tree Poppy. HEX triplet: DE, 8A and 3E. RGB value is (222,138,62). Sum of RGB (Red+Green+Blue) = 222+138+62=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8A3E is #2175C1. Grayscale: #9A9A9A. Windows color (decimal): -2192834 or 4098782. OLE color: 4098782.

HSL color Cylindrical-coordinate representation of color #DE8A3E: hue angle of 28.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE8A3E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 138 62 -
CMYK 0 0.38 0.72 0.13
HSL 28.5º 0.71% 0.56% -
HSV(B) 28.5º 0.72% 0.87% -
XYZ 40.08 34.05 9.02 -
YUV 154.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 222 138 62 0 0.38 0.72 0.13 28.5 0.71 0.56
Hex DE 8A 3E 0 26 48 D 1C 47 38
Octal 336 212 76 0 46 110 15 34 107 70
Binary 11011110 10001010 111110 0 100110 1001000 1101 11100 1000111 111000

Color Harmonies of #DE8A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8A3E

Black with #DE8A3E

Text Example


Text Example

White with #DE8A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8A3E; }

 p { color: rgb(222,138,62); }

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

background-color css

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

 a { background-color: rgb(222,138,62); }

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

border-color css

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

 span { border-color: rgb(222,138,62); }

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