Html Css Color HEX #DD886C Copper

📋 copy color: '#DD886C'

red 221 ◦ green 136 ◦ blue 108

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

Shades of Copper #DD886C

Tints of Copper #DD886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.23%

R = 47.53%
G = 29.25%
B = 23.23%

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

#DD886C (or 0xDD886C) is known color: Copper. HEX triplet: DD, 88 and 6C. RGB value is (221,136,108). Sum of RGB (Red+Green+Blue) = 221+136+108=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD886C is #227793. Grayscale: #9E9E9E. Windows color (decimal): -2258836 or 7112925. OLE color: 7112925.

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

Color convert

RGB 221 136 108 -
CMYK 0 0.38 0.51 0.13
HSL 14.87º 0.62% 0.65% -
HSV(B) 14.87º 0.51% 0.87% -
XYZ 41.33 34.06 18.58 -
YUV 158.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 221 136 108 0 0.38 0.51 0.13 14.87 0.62 0.65
Hex DD 88 6C 0 26 33 D F 3E 41
Octal 335 210 154 0 46 63 15 17 76 101
Binary 11011101 10001000 1101100 0 100110 110011 1101 1111 111110 1000001

Color Harmonies of #DD886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD886C

Black with #DD886C

Text Example


Text Example

White with #DD886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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