Html Css Color HEX #DE9171 Copper

📋 copy color: '#DE9171'

red 222 ◦ green 145 ◦ blue 113

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

Shades of Copper #DE9171

Tints of Copper #DE9171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.21%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 46.25%
G = 30.21%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE9171 (or 0xDE9171) is known color: Copper. HEX triplet: DE, 91 and 71. RGB value is (222,145,113). Sum of RGB (Red+Green+Blue) = 222+145+113=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9171 is #216E8E. Grayscale: #A4A4A4. Windows color (decimal): -2190991 or 7442910. OLE color: 7442910.

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

Color convert

RGB 222 145 113 -
CMYK 0 0.35 0.49 0.13
HSL 17.61º 0.62% 0.66% -
HSV(B) 17.61º 0.49% 0.87% -
XYZ 43.23 36.97 20.48 -
YUV 164.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 222 145 113 0 0.35 0.49 0.13 17.61 0.62 0.66
Hex DE 91 71 0 23 31 D 12 3E 42
Octal 336 221 161 0 43 61 15 22 76 102
Binary 11011110 10010001 1110001 0 100011 110001 1101 10010 111110 1000010

Color Harmonies of #DE9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9171

Black with #DE9171

Text Example


Text Example

White with #DE9171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9171; }

 p { color: rgb(222,145,113); }

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

background-color css

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

 a { background-color: rgb(222,145,113); }

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

border-color css

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

 span { border-color: rgb(222,145,113); }

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