Html Css Color HEX #DE805E Copper

📋 copy color: '#DE805E'

red 222 ◦ green 128 ◦ blue 94

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

Shades of Copper #DE805E

Tints of Copper #DE805E

RGB

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

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

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

R = 50%
G = 28.83%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE805E (or 0xDE805E) is known color: Copper. HEX triplet: DE, 80 and 5E. RGB value is (222,128,94). Sum of RGB (Red+Green+Blue) = 222+128+94=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE805E is #217FA1. Grayscale: #989898. Windows color (decimal): -2195362 or 6193374. OLE color: 6193374.

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

Color convert

RGB 222 128 94 -
CMYK 0 0.42 0.58 0.13
HSL 15.94º 0.66% 0.62% -
HSV(B) 15.94º 0.58% 0.87% -
XYZ 39.86 31.78 14.62 -
YUV 152.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 222 128 94 0 0.42 0.58 0.13 15.94 0.66 0.62
Hex DE 80 5E 0 2A 3A D 10 42 3E
Octal 336 200 136 0 52 72 15 20 102 76
Binary 11011110 10000000 1011110 0 101010 111010 1101 10000 1000010 111110

Color Harmonies of #DE805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE805E

Black with #DE805E

Text Example


Text Example

White with #DE805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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