Html Css Color HEX #DE822C Tree Poppy

📋 copy color: '#DE822C'

red 222 ◦ green 130 ◦ blue 44

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

Shades of Tree Poppy #DE822C

Tints of Tree Poppy #DE822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 44 (17.58% from 255) = 11.11%

R = 56.06%
G = 32.83%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE822C (or 0xDE822C) is known color: Tree Poppy. HEX triplet: DE, 82 and 2C. RGB value is (222,130,44). Sum of RGB (Red+Green+Blue) = 222+130+44=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE822C is #217DD3. Grayscale: #949494. Windows color (decimal): -2194900 or 2917086. OLE color: 2917086.

HSL color Cylindrical-coordinate representation of color #DE822C: hue angle of 28.99º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE822C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 130 44 -
CMYK 0 0.41 0.80 0.13
HSL 28.99º 0.73% 0.52% -
HSV(B) 28.99º 0.8% 0.87% -
XYZ 38.56 31.68 6.46 -
YUV 147.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 222 130 44 0 0.41 0.80 0.13 28.99 0.73 0.52
Hex DE 82 2C 0 29 50 D 1D 49 34
Octal 336 202 54 0 51 120 15 35 111 64
Binary 11011110 10000010 101100 0 101001 1010000 1101 11101 1001001 110100

Color Harmonies of #DE822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE822C

Black with #DE822C

Text Example


Text Example

White with #DE822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE822C; }

 p { color: rgb(222,130,44); }

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

background-color css

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

 a { background-color: rgb(222,130,44); }

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

border-color css

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

 span { border-color: rgb(222,130,44); }

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