Html Css Color HEX #DF9170 Copper

📋 copy color: '#DF9170'

red 223 ◦ green 145 ◦ blue 112

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

Shades of Copper #DF9170

Tints of Copper #DF9170

RGB

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

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

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

R = 46.46%
G = 30.21%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF9170 (or 0xDF9170) is known color: Copper. HEX triplet: DF, 91 and 70. RGB value is (223,145,112). Sum of RGB (Red+Green+Blue) = 223+145+112=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9170 is #206E8F. Grayscale: #A4A4A4. Windows color (decimal): -2125456 or 7377375. OLE color: 7377375.

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

Color convert

RGB 223 145 112 -
CMYK 0 0.35 0.50 0.13
HSL 17.84º 0.63% 0.66% -
HSV(B) 17.84º 0.5% 0.87% -
XYZ 43.48 37.11 20.2 -
YUV 164.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 223 145 112 0 0.35 0.50 0.13 17.84 0.63 0.66
Hex DF 91 70 0 23 32 D 12 3F 42
Octal 337 221 160 0 43 62 15 22 77 102
Binary 11011111 10010001 1110000 0 100011 110010 1101 10010 111111 1000010

Color Harmonies of #DF9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9170

Black with #DF9170

Text Example


Text Example

White with #DF9170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9170; }

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

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

background-color css

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

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

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

border-color css

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

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

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