Html Css Color HEX #DF9370 Copper

📋 copy color: '#DF9370'

red 223 ◦ green 147 ◦ blue 112

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

Shades of Copper #DF9370

Tints of Copper #DF9370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 46.27%
G = 30.5%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF9370 (or 0xDF9370) is known color: Copper. HEX triplet: DF, 93 and 70. RGB value is (223,147,112). Sum of RGB (Red+Green+Blue) = 223+147+112=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9370 is #206C8F. Grayscale: #A5A5A5. Windows color (decimal): -2124944 or 7377887. OLE color: 7377887.

HSL color Cylindrical-coordinate representation of color #DF9370: hue angle of 18.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF9370 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 147 112 -
CMYK 0 0.34 0.50 0.13
HSL 18.92º 0.63% 0.66% -
HSV(B) 18.92º 0.5% 0.87% -
XYZ 43.79 37.73 20.3 -
YUV 165.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 223 147 112 0 0.34 0.50 0.13 18.92 0.63 0.66
Hex DF 93 70 0 22 32 D 13 3F 42
Octal 337 223 160 0 42 62 15 23 77 102
Binary 11011111 10010011 1110000 0 100010 110010 1101 10011 111111 1000010

Color Harmonies of #DF9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9370

Black with #DF9370

Text Example


Text Example

White with #DF9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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