Html Css Color HEX #DE8031 Tree Poppy

📋 copy color: '#DE8031'

red 222 ◦ green 128 ◦ blue 49

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

Shades of Tree Poppy #DE8031

Tints of Tree Poppy #DE8031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 55.64%
G = 32.08%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE8031 (or 0xDE8031) is known color: Tree Poppy. HEX triplet: DE, 80 and 31. RGB value is (222,128,49). Sum of RGB (Red+Green+Blue) = 222+128+49=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8031 is #217FCE. Grayscale: #939393. Windows color (decimal): -2195407 or 3244254. OLE color: 3244254.

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

Color convert

RGB 222 128 49 -
CMYK 0 0.42 0.78 0.13
HSL 27.4º 0.72% 0.53% -
HSV(B) 27.4º 0.78% 0.87% -
XYZ 38.4 31.19 6.9 -
YUV 147.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 222 128 49 0 0.42 0.78 0.13 27.4 0.72 0.53
Hex DE 80 31 0 2A 4E D 1B 48 35
Octal 336 200 61 0 52 116 15 33 110 65
Binary 11011110 10000000 110001 0 101010 1001110 1101 11011 1001000 110101

Color Harmonies of #DE8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8031

Black with #DE8031

Text Example


Text Example

White with #DE8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8031; }

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

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

background-color css

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

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

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

border-color css

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

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

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