Html Css Color HEX #DE805C Copper

📋 copy color: '#DE805C'

red 222 ◦ green 128 ◦ blue 92

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

Shades of Copper #DE805C

Tints of Copper #DE805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 50.23%
G = 28.96%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE805C (or 0xDE805C) is known color: Copper. HEX triplet: DE, 80 and 5C. RGB value is (222,128,92). Sum of RGB (Red+Green+Blue) = 222+128+92=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE805C is #217FA3. Grayscale: #989898. Windows color (decimal): -2195364 or 6062302. OLE color: 6062302.

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

Color convert

RGB 222 128 92 -
CMYK 0 0.42 0.59 0.13
HSL 16.62º 0.66% 0.62% -
HSV(B) 16.62º 0.59% 0.87% -
XYZ 39.78 31.74 14.16 -
YUV 152 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 222 128 92 0 0.42 0.59 0.13 16.62 0.66 0.62
Hex DE 80 5C 0 2A 3B D 11 42 3E
Octal 336 200 134 0 52 73 15 21 102 76
Binary 11011110 10000000 1011100 0 101010 111011 1101 10001 1000010 111110

Color Harmonies of #DE805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE805C

Black with #DE805C

Text Example


Text Example

White with #DE805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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