Html Css Color HEX #DE8446 Tree Poppy

📋 copy color: '#DE8446'

red 222 ◦ green 132 ◦ blue 70

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

Shades of Tree Poppy #DE8446

Tints of Tree Poppy #DE8446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

 BLUE value IS 70 (27.73% from 255) = 16.51%

R = 52.36%
G = 31.13%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE8446 (or 0xDE8446) is known color: Tree Poppy. HEX triplet: DE, 84 and 46. RGB value is (222,132,70). Sum of RGB (Red+Green+Blue) = 222+132+70=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8446 is #217BB9. Grayscale: #989898. Windows color (decimal): -2194362 or 4621534. OLE color: 4621534.

HSL color Cylindrical-coordinate representation of color #DE8446: hue angle of 24.47º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE8446 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 132 70 -
CMYK 0 0.41 0.68 0.13
HSL 24.47º 0.7% 0.57% -
HSV(B) 24.47º 0.68% 0.87% -
XYZ 39.48 32.47 9.98 -
YUV 151.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 222 132 70 0 0.41 0.68 0.13 24.47 0.7 0.57
Hex DE 84 46 0 29 44 D 18 46 39
Octal 336 204 106 0 51 104 15 30 106 71
Binary 11011110 10000100 1000110 0 101001 1000100 1101 11000 1000110 111001

Color Harmonies of #DE8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8446

Black with #DE8446

Text Example


Text Example

White with #DE8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8446; }

 p { color: rgb(222,132,70); }

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

background-color css

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

 a { background-color: rgb(222,132,70); }

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

border-color css

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

 span { border-color: rgb(222,132,70); }

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