Html Css Color HEX #DD886A Copper

📋 copy color: '#DD886A'

red 221 ◦ green 136 ◦ blue 106

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

Shades of Copper #DD886A

Tints of Copper #DD886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 47.73%
G = 29.37%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD886A (or 0xDD886A) is known color: Copper. HEX triplet: DD, 88 and 6A. RGB value is (221,136,106). Sum of RGB (Red+Green+Blue) = 221+136+106=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD886A is #227795. Grayscale: #9E9E9E. Windows color (decimal): -2258838 or 6981853. OLE color: 6981853.

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

Color convert

RGB 221 136 106 -
CMYK 0 0.38 0.52 0.13
HSL 15.65º 0.63% 0.64% -
HSV(B) 15.65º 0.52% 0.87% -
XYZ 41.22 34.02 18.03 -
YUV 158 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 221 136 106 0 0.38 0.52 0.13 15.65 0.63 0.64
Hex DD 88 6A 0 26 34 D 10 3F 40
Octal 335 210 152 0 46 64 15 20 77 100
Binary 11011101 10001000 1101010 0 100110 110100 1101 10000 111111 1000000

Color Harmonies of #DD886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD886A

Black with #DD886A

Text Example


Text Example

White with #DD886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD886A; }

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

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

background-color css

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

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

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

border-color css

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

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

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