Html Css Color HEX #DE8232 Tree Poppy

📋 copy color: '#DE8232'

red 222 ◦ green 130 ◦ blue 50

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

Shades of Tree Poppy #DE8232

Tints of Tree Poppy #DE8232

RGB

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

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

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

R = 55.22%
G = 32.34%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE8232 (or 0xDE8232) is known color: Tree Poppy. HEX triplet: DE, 82 and 32. RGB value is (222,130,50). Sum of RGB (Red+Green+Blue) = 222+130+50=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8232 is #217DCD. Grayscale: #949494. Windows color (decimal): -2194894 or 3310302. OLE color: 3310302.

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

Color convert

RGB 222 130 50 -
CMYK 0 0.41 0.77 0.13
HSL 27.91º 0.72% 0.53% -
HSV(B) 27.91º 0.77% 0.87% -
XYZ 38.68 31.73 7.1 -
YUV 148.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 222 130 50 0 0.41 0.77 0.13 27.91 0.72 0.53
Hex DE 82 32 0 29 4D D 1C 48 35
Octal 336 202 62 0 51 115 15 34 110 65
Binary 11011110 10000010 110010 0 101001 1001101 1101 11100 1001000 110101

Color Harmonies of #DE8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8232

Black with #DE8232

Text Example


Text Example

White with #DE8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8232; }

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

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

background-color css

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

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

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

border-color css

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

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

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