Html Css Color HEX #DD9170 Copper

📋 copy color: '#DD9170'

red 221 ◦ green 145 ◦ blue 112

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

Shades of Copper #DD9170

Tints of Copper #DD9170

RGB

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

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

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

R = 46.23%
G = 30.33%
B = 23.43%

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

#DD9170 (or 0xDD9170) is known color: Copper. HEX triplet: DD, 91 and 70. RGB value is (221,145,112). Sum of RGB (Red+Green+Blue) = 221+145+112=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9170 is #226E8F. Grayscale: #A4A4A4. Windows color (decimal): -2256528 or 7377373. OLE color: 7377373.

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

Color convert

RGB 221 145 112 -
CMYK 0 0.34 0.49 0.13
HSL 18.17º 0.62% 0.65% -
HSV(B) 18.17º 0.49% 0.87% -
XYZ 42.87 36.79 20.17 -
YUV 163.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 221 145 112 0 0.34 0.49 0.13 18.17 0.62 0.65
Hex DD 91 70 0 22 31 D 12 3E 41
Octal 335 221 160 0 42 61 15 22 76 101
Binary 11011101 10010001 1110000 0 100010 110001 1101 10010 111110 1000001

Color Harmonies of #DD9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9170

Black with #DD9170

Text Example


Text Example

White with #DD9170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9170; }

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

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

background-color css

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

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

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

border-color css

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

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

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