Html Css Color HEX #DE802F Tree Poppy

📋 copy color: '#DE802F'

red 222 ◦ green 128 ◦ blue 47

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

Shades of Tree Poppy #DE802F

Tints of Tree Poppy #DE802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.84%

R = 55.92%
G = 32.24%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE802F (or 0xDE802F) is known color: Tree Poppy. HEX triplet: DE, 80 and 2F. RGB value is (222,128,47). Sum of RGB (Red+Green+Blue) = 222+128+47=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE802F is #217FD0. Grayscale: #939393. Windows color (decimal): -2195409 or 3113182. OLE color: 3113182.

HSL color Cylindrical-coordinate representation of color #DE802F: hue angle of 27.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE802F is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 128 47 -
CMYK 0 0.42 0.79 0.13
HSL 27.77º 0.73% 0.53% -
HSV(B) 27.77º 0.79% 0.87% -
XYZ 38.36 31.17 6.68 -
YUV 146.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 222 128 47 0 0.42 0.79 0.13 27.77 0.73 0.53
Hex DE 80 2F 0 2A 4F D 1C 49 35
Octal 336 200 57 0 52 117 15 34 111 65
Binary 11011110 10000000 101111 0 101010 1001111 1101 11100 1001001 110101

Color Harmonies of #DE802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE802F

Black with #DE802F

Text Example


Text Example

White with #DE802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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