Html Css Color HEX #DE8346 Tree Poppy

📋 copy color: '#DE8346'

red 222 ◦ green 131 ◦ blue 70

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

Shades of Tree Poppy #DE8346

Tints of Tree Poppy #DE8346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

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

R = 52.48%
G = 30.97%
B = 16.55%

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

#DE8346 (or 0xDE8346) is known color: Tree Poppy. HEX triplet: DE, 83 and 46. RGB value is (222,131,70). Sum of RGB (Red+Green+Blue) = 222+131+70=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8346 is #217CB9. Grayscale: #979797. Windows color (decimal): -2194618 or 4621278. OLE color: 4621278.

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

Color convert

RGB 222 131 70 -
CMYK 0 0.41 0.68 0.13
HSL 24.08º 0.7% 0.57% -
HSV(B) 24.08º 0.68% 0.87% -
XYZ 39.35 32.2 9.94 -
YUV 151.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 222 131 70 0 0.41 0.68 0.13 24.08 0.7 0.57
Hex DE 83 46 0 29 44 D 18 46 39
Octal 336 203 106 0 51 104 15 30 106 71
Binary 11011110 10000011 1000110 0 101001 1000100 1101 11000 1000110 111001

Color Harmonies of #DE8346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8346

Black with #DE8346

Text Example


Text Example

White with #DE8346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8346; }

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

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

background-color css

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

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

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

border-color css

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

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

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