Html Css Color HEX #DF9371 Copper

📋 copy color: '#DF9371'

red 223 ◦ green 147 ◦ blue 113

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

Shades of Copper #DF9371

Tints of Copper #DF9371

RGB

 RED value IS 223 (87.5% from 255) = 46.17%

 GREEN value IS 147 (57.81% from 255) = 30.43%

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

R = 46.17%
G = 30.43%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9371 (or 0xDF9371) is known color: Copper. HEX triplet: DF, 93 and 71. RGB value is (223,147,113). Sum of RGB (Red+Green+Blue) = 223+147+113=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9371 is #206C8E. Grayscale: #A6A6A6. Windows color (decimal): -2124943 or 7443423. OLE color: 7443423.

HSL color Cylindrical-coordinate representation of color #DF9371: hue angle of 18.55º degrees, saturation: 0.63, 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 #DF9371 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 147 113 -
CMYK 0 0.34 0.49 0.13
HSL 18.55º 0.63% 0.66% -
HSV(B) 18.55º 0.49% 0.87% -
XYZ 43.85 37.75 20.6 -
YUV 165.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 223 147 113 0 0.34 0.49 0.13 18.55 0.63 0.66
Hex DF 93 71 0 22 31 D 13 3F 42
Octal 337 223 161 0 42 61 15 23 77 102
Binary 11011111 10010011 1110001 0 100010 110001 1101 10011 111111 1000010

Color Harmonies of #DF9371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9371

Black with #DF9371

Text Example


Text Example

White with #DF9371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9371; }

 p { color: rgb(223,147,113); }

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

background-color css

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

 a { background-color: rgb(223,147,113); }

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

border-color css

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

 span { border-color: rgb(223,147,113); }

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