Html Css Color HEX #DE845F Copper

📋 copy color: '#DE845F'

red 222 ◦ green 132 ◦ blue 95

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

Shades of Copper #DE845F

Tints of Copper #DE845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 49.44%
G = 29.4%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE845F (or 0xDE845F) is known color: Copper. HEX triplet: DE, 84 and 5F. RGB value is (222,132,95). Sum of RGB (Red+Green+Blue) = 222+132+95=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE845F is #217BA0. Grayscale: #9A9A9A. Windows color (decimal): -2194337 or 6259934. OLE color: 6259934.

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

Color convert

RGB 222 132 95 -
CMYK 0 0.41 0.57 0.13
HSL 17.48º 0.66% 0.62% -
HSV(B) 17.48º 0.57% 0.87% -
XYZ 40.44 32.86 15.04 -
YUV 154.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 222 132 95 0 0.41 0.57 0.13 17.48 0.66 0.62
Hex DE 84 5F 0 29 39 D 11 42 3E
Octal 336 204 137 0 51 71 15 21 102 76
Binary 11011110 10000100 1011111 0 101001 111001 1101 10001 1000010 111110

Color Harmonies of #DE845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE845F

Black with #DE845F

Text Example


Text Example

White with #DE845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE845F; }

 p { color: rgb(222,132,95); }

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

background-color css

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

 a { background-color: rgb(222,132,95); }

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

border-color css

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

 span { border-color: rgb(222,132,95); }

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