Html Css Color HEX #DE885E Copper

📋 copy color: '#DE885E'

red 222 ◦ green 136 ◦ blue 94

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

Shades of Copper #DE885E

Tints of Copper #DE885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.09%

 BLUE value IS 94 (37.11% from 255) = 20.8%

R = 49.12%
G = 30.09%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE885E (or 0xDE885E) is known color: Copper. HEX triplet: DE, 88 and 5E. RGB value is (222,136,94). Sum of RGB (Red+Green+Blue) = 222+136+94=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE885E is #2177A1. Grayscale: #9D9D9D. Windows color (decimal): -2193314 or 6195422. OLE color: 6195422.

HSL color Cylindrical-coordinate representation of color #DE885E: hue angle of 19.69º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE885E is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 136 94 -
CMYK 0 0.39 0.58 0.13
HSL 19.69º 0.66% 0.62% -
HSV(B) 19.69º 0.58% 0.87% -
XYZ 40.95 33.95 14.98 -
YUV 156.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 222 136 94 0 0.39 0.58 0.13 19.69 0.66 0.62
Hex DE 88 5E 0 27 3A D 14 42 3E
Octal 336 210 136 0 47 72 15 24 102 76
Binary 11011110 10001000 1011110 0 100111 111010 1101 10100 1000010 111110

Color Harmonies of #DE885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE885E

Black with #DE885E

Text Example


Text Example

White with #DE885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE885E; }

 p { color: rgb(222,136,94); }

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

background-color css

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

 a { background-color: rgb(222,136,94); }

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

border-color css

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

 span { border-color: rgb(222,136,94); }

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