Html Css Color HEX #DE7E32 Tree Poppy

📋 copy color: '#DE7E32'

red 222 ◦ green 126 ◦ blue 50

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

Shades of Tree Poppy #DE7E32

Tints of Tree Poppy #DE7E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

 BLUE value IS 50 (19.92% from 255) = 12.56%

R = 55.78%
G = 31.66%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE7E32 (or 0xDE7E32) is known color: Tree Poppy. HEX triplet: DE, 7E and 32. RGB value is (222,126,50). Sum of RGB (Red+Green+Blue) = 222+126+50=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7E32 is #2181CD. Grayscale: #929292. Windows color (decimal): -2195918 or 3309278. OLE color: 3309278.

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

Color convert

RGB 222 126 50 -
CMYK 0 0.43 0.77 0.13
HSL 26.51º 0.72% 0.53% -
HSV(B) 26.51º 0.77% 0.87% -
XYZ 38.16 30.68 6.93 -
YUV 146.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 222 126 50 0 0.43 0.77 0.13 26.51 0.72 0.53
Hex DE 7E 32 0 2B 4D D 1B 48 35
Octal 336 176 62 0 53 115 15 33 110 65
Binary 11011110 1111110 110010 0 101011 1001101 1101 11011 1001000 110101

Color Harmonies of #DE7E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7E32

Black with #DE7E32

Text Example


Text Example

White with #DE7E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7E32; }

 p { color: rgb(222,126,50); }

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

background-color css

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

 a { background-color: rgb(222,126,50); }

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

border-color css

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

 span { border-color: rgb(222,126,50); }

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