Html Css Color HEX #DD9070 Copper

📋 copy color: '#DD9070'

red 221 ◦ green 144 ◦ blue 112

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

Shades of Copper #DD9070

Tints of Copper #DD9070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.19%

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

R = 46.33%
G = 30.19%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9070 (or 0xDD9070) is known color: Copper. HEX triplet: DD, 90 and 70. RGB value is (221,144,112). Sum of RGB (Red+Green+Blue) = 221+144+112=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9070 is #226F8F. Grayscale: #A3A3A3. Windows color (decimal): -2256784 or 7377117. OLE color: 7377117.

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

Color convert

RGB 221 144 112 -
CMYK 0 0.35 0.49 0.13
HSL 17.61º 0.62% 0.65% -
HSV(B) 17.61º 0.49% 0.87% -
XYZ 42.72 36.49 20.12 -
YUV 163.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 221 144 112 0 0.35 0.49 0.13 17.61 0.62 0.65
Hex DD 90 70 0 23 31 D 12 3E 41
Octal 335 220 160 0 43 61 15 22 76 101
Binary 11011101 10010000 1110000 0 100011 110001 1101 10010 111110 1000001

Color Harmonies of #DD9070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9070

Black with #DD9070

Text Example


Text Example

White with #DD9070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9070; }

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

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

background-color css

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

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

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

border-color css

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

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

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