Html Css Color HEX #DD9171 Copper

📋 copy color: '#DD9171'

red 221 ◦ green 145 ◦ blue 113

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

Shades of Copper #DD9171

Tints of Copper #DD9171

RGB

 RED value IS 221 (86.72% from 255) = 46.14%

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

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

R = 46.14%
G = 30.27%
B = 23.59%

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

#DD9171 (or 0xDD9171) is known color: Copper. HEX triplet: DD, 91 and 71. RGB value is (221,145,113). Sum of RGB (Red+Green+Blue) = 221+145+113=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9171 is #226E8E. Grayscale: #A4A4A4. Windows color (decimal): -2256527 or 7442909. OLE color: 7442909.

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

Color convert

RGB 221 145 113 -
CMYK 0 0.34 0.49 0.13
HSL 17.78º 0.61% 0.65% -
HSV(B) 17.78º 0.49% 0.87% -
XYZ 42.92 36.82 20.47 -
YUV 164.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 221 145 113 0 0.34 0.49 0.13 17.78 0.61 0.65
Hex DD 91 71 0 22 31 D 12 3D 41
Octal 335 221 161 0 42 61 15 22 75 101
Binary 11011101 10010001 1110001 0 100010 110001 1101 10010 111101 1000001

Color Harmonies of #DD9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9171

Black with #DD9171

Text Example


Text Example

White with #DD9171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9171; }

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

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

background-color css

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

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

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

border-color css

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

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

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