Html Css Color HEX #DE8242 Tree Poppy

📋 copy color: '#DE8242'

red 222 ◦ green 130 ◦ blue 66

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

Shades of Tree Poppy #DE8242

Tints of Tree Poppy #DE8242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 53.11%
G = 31.1%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE8242 (or 0xDE8242) is known color: Tree Poppy. HEX triplet: DE, 82 and 42. RGB value is (222,130,66). Sum of RGB (Red+Green+Blue) = 222+130+66=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8242 is #217DBD. Grayscale: #969696. Windows color (decimal): -2194878 or 4358878. OLE color: 4358878.

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

Color convert

RGB 222 130 66 -
CMYK 0 0.41 0.70 0.13
HSL 24.62º 0.7% 0.56% -
HSV(B) 24.62º 0.7% 0.87% -
XYZ 39.09 31.89 9.25 -
YUV 150.21 80.48 179.2 -
System Red Green Blue C M Y K H S L
Decimal 222 130 66 0 0.41 0.70 0.13 24.62 0.7 0.56
Hex DE 82 42 0 29 46 D 19 46 38
Octal 336 202 102 0 51 106 15 31 106 70
Binary 11011110 10000010 1000010 0 101001 1000110 1101 11001 1000110 111000

Color Harmonies of #DE8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8242

Black with #DE8242

Text Example


Text Example

White with #DE8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8242; }

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

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

background-color css

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

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

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

border-color css

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

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

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