Html Css Color HEX #DE7D32 Tree Poppy

📋 copy color: '#DE7D32'

red 222 ◦ green 125 ◦ blue 50

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

Shades of Tree Poppy #DE7D32

Tints of Tree Poppy #DE7D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

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

R = 55.92%
G = 31.49%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE7D32 (or 0xDE7D32) is known color: Tree Poppy. HEX triplet: DE, 7D and 32. RGB value is (222,125,50). Sum of RGB (Red+Green+Blue) = 222+125+50=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7D32 is #2182CD. Grayscale: #919191. Windows color (decimal): -2196174 or 3309022. OLE color: 3309022.

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

Color convert

RGB 222 125 50 -
CMYK 0 0.44 0.77 0.13
HSL 26.16º 0.72% 0.53% -
HSV(B) 26.16º 0.77% 0.87% -
XYZ 38.03 30.43 6.89 -
YUV 145.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 222 125 50 0 0.44 0.77 0.13 26.16 0.72 0.53
Hex DE 7D 32 0 2C 4D D 1A 48 35
Octal 336 175 62 0 54 115 15 32 110 65
Binary 11011110 1111101 110010 0 101100 1001101 1101 11010 1001000 110101

Color Harmonies of #DE7D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D32

Black with #DE7D32

Text Example


Text Example

White with #DE7D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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