Html Css Color HEX #DD8F70 Copper

📋 copy color: '#DD8F70'

red 221 ◦ green 143 ◦ blue 112

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

Shades of Copper #DD8F70

Tints of Copper #DD8F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.04%

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

R = 46.43%
G = 30.04%
B = 23.53%

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

#DD8F70 (or 0xDD8F70) is known color: Copper. HEX triplet: DD, 8F and 70. RGB value is (221,143,112). Sum of RGB (Red+Green+Blue) = 221+143+112=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F70 is #22708F. Grayscale: #A2A2A2. Windows color (decimal): -2257040 or 7376861. OLE color: 7376861.

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

Color convert

RGB 221 143 112 -
CMYK 0 0.35 0.49 0.13
HSL 17.06º 0.62% 0.65% -
HSV(B) 17.06º 0.49% 0.87% -
XYZ 42.57 36.19 20.07 -
YUV 162.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 221 143 112 0 0.35 0.49 0.13 17.06 0.62 0.65
Hex DD 8F 70 0 23 31 D 11 3E 41
Octal 335 217 160 0 43 61 15 21 76 101
Binary 11011101 10001111 1110000 0 100011 110001 1101 10001 111110 1000001

Color Harmonies of #DD8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F70

Black with #DD8F70

Text Example


Text Example

White with #DD8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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