Html Css Color HEX #DE8037 Tree Poppy

📋 copy color: '#DE8037'

red 222 ◦ green 128 ◦ blue 55

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

Shades of Tree Poppy #DE8037

Tints of Tree Poppy #DE8037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.58%

R = 54.81%
G = 31.6%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE8037 (or 0xDE8037) is known color: Tree Poppy. HEX triplet: DE, 80 and 37. RGB value is (222,128,55). Sum of RGB (Red+Green+Blue) = 222+128+55=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8037 is #217FC8. Grayscale: #949494. Windows color (decimal): -2195401 or 3637470. OLE color: 3637470.

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

Color convert

RGB 222 128 55 -
CMYK 0 0.42 0.75 0.13
HSL 26.23º 0.72% 0.54% -
HSV(B) 26.23º 0.75% 0.87% -
XYZ 38.53 31.24 7.61 -
YUV 147.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 222 128 55 0 0.42 0.75 0.13 26.23 0.72 0.54
Hex DE 80 37 0 2A 4B D 1A 48 36
Octal 336 200 67 0 52 113 15 32 110 66
Binary 11011110 10000000 110111 0 101010 1001011 1101 11010 1001000 110110

Color Harmonies of #DE8037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8037

Black with #DE8037

Text Example


Text Example

White with #DE8037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8037; }

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

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

background-color css

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

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

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

border-color css

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

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

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