Html Css Color HEX #DE805D Copper

📋 copy color: '#DE805D'

red 222 ◦ green 128 ◦ blue 93

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

Shades of Copper #DE805D

Tints of Copper #DE805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 50.11%
G = 28.89%
B = 20.99%

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

#DE805D (or 0xDE805D) is known color: Copper. HEX triplet: DE, 80 and 5D. RGB value is (222,128,93). Sum of RGB (Red+Green+Blue) = 222+128+93=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE805D is #217FA2. Grayscale: #989898. Windows color (decimal): -2195363 or 6127838. OLE color: 6127838.

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

Color convert

RGB 222 128 93 -
CMYK 0 0.42 0.58 0.13
HSL 16.28º 0.66% 0.62% -
HSV(B) 16.28º 0.58% 0.87% -
XYZ 39.82 31.76 14.39 -
YUV 152.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 222 128 93 0 0.42 0.58 0.13 16.28 0.66 0.62
Hex DE 80 5D 0 2A 3A D 10 42 3E
Octal 336 200 135 0 52 72 15 20 102 76
Binary 11011110 10000000 1011101 0 101010 111010 1101 10000 1000010 111110

Color Harmonies of #DE805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE805D

Black with #DE805D

Text Example


Text Example

White with #DE805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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