Html Css Color HEX #DD886D Copper

📋 copy color: '#DD886D'

red 221 ◦ green 136 ◦ blue 109

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

Shades of Copper #DD886D

Tints of Copper #DD886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.18%

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 47.42%
G = 29.18%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD886D (or 0xDD886D) is known color: Copper. HEX triplet: DD, 88 and 6D. RGB value is (221,136,109). Sum of RGB (Red+Green+Blue) = 221+136+109=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD886D is #227792. Grayscale: #9E9E9E. Windows color (decimal): -2258835 or 7178461. OLE color: 7178461.

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

Color convert

RGB 221 136 109 -
CMYK 0 0.38 0.51 0.13
HSL 14.46º 0.62% 0.65% -
HSV(B) 14.46º 0.51% 0.87% -
XYZ 41.38 34.08 18.87 -
YUV 158.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 221 136 109 0 0.38 0.51 0.13 14.46 0.62 0.65
Hex DD 88 6D 0 26 33 D E 3E 41
Octal 335 210 155 0 46 63 15 16 76 101
Binary 11011101 10001000 1101101 0 100110 110011 1101 1110 111110 1000001

Color Harmonies of #DD886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD886D

Black with #DD886D

Text Example


Text Example

White with #DD886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD886D; }

 p { color: rgb(221,136,109); }

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

background-color css

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

 a { background-color: rgb(221,136,109); }

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

border-color css

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

 span { border-color: rgb(221,136,109); }

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