Html Css Color HEX #DE845C Copper

📋 copy color: '#DE845C'

red 222 ◦ green 132 ◦ blue 92

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

Shades of Copper #DE845C

Tints of Copper #DE845C

RGB

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

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

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

R = 49.78%
G = 29.6%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE845C (or 0xDE845C) is known color: Copper. HEX triplet: DE, 84 and 5C. RGB value is (222,132,92). Sum of RGB (Red+Green+Blue) = 222+132+92=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE845C is #217BA3. Grayscale: #9A9A9A. Windows color (decimal): -2194340 or 6063326. OLE color: 6063326.

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

Color convert

RGB 222 132 92 -
CMYK 0 0.41 0.59 0.13
HSL 18.46º 0.66% 0.62% -
HSV(B) 18.46º 0.59% 0.87% -
XYZ 40.31 32.8 14.33 -
YUV 154.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 222 132 92 0 0.41 0.59 0.13 18.46 0.66 0.62
Hex DE 84 5C 0 29 3B D 12 42 3E
Octal 336 204 134 0 51 73 15 22 102 76
Binary 11011110 10000100 1011100 0 101001 111011 1101 10010 1000010 111110

Color Harmonies of #DE845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE845C

Black with #DE845C

Text Example


Text Example

White with #DE845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE845C; }

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

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

background-color css

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

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

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

border-color css

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

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

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