Html Css Color HEX #DF9161 Copper

📋 copy color: '#DF9161'

red 223 ◦ green 145 ◦ blue 97

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

Shades of Copper #DF9161

Tints of Copper #DF9161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.86%

R = 47.96%
G = 31.18%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF9161 (or 0xDF9161) is known color: Copper. HEX triplet: DF, 91 and 61. RGB value is (223,145,97). Sum of RGB (Red+Green+Blue) = 223+145+97=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9161 is #206E9E. Grayscale: #A3A3A3. Windows color (decimal): -2125471 or 6394335. OLE color: 6394335.

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

Color convert

RGB 223 145 97 -
CMYK 0 0.35 0.57 0.13
HSL 22.86º 0.66% 0.63% -
HSV(B) 22.86º 0.57% 0.87% -
XYZ 42.71 36.8 16.16 -
YUV 162.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 223 145 97 0 0.35 0.57 0.13 22.86 0.66 0.63
Hex DF 91 61 0 23 39 D 17 42 3F
Octal 337 221 141 0 43 71 15 27 102 77
Binary 11011111 10010001 1100001 0 100011 111001 1101 10111 1000010 111111

Color Harmonies of #DF9161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9161

Black with #DF9161

Text Example


Text Example

White with #DF9161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9161; }

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

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

background-color css

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

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

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

border-color css

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

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

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