Html Css Color HEX #DD886B Copper

📋 copy color: '#DD886B'

red 221 ◦ green 136 ◦ blue 107

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

Shades of Copper #DD886B

Tints of Copper #DD886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 47.63%
G = 29.31%
B = 23.06%

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

#DD886B (or 0xDD886B) is known color: Copper. HEX triplet: DD, 88 and 6B. RGB value is (221,136,107). Sum of RGB (Red+Green+Blue) = 221+136+107=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD886B is #227794. Grayscale: #9E9E9E. Windows color (decimal): -2258837 or 7047389. OLE color: 7047389.

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

Color convert

RGB 221 136 107 -
CMYK 0 0.38 0.52 0.13
HSL 15.26º 0.63% 0.64% -
HSV(B) 15.26º 0.52% 0.87% -
XYZ 41.28 34.04 18.31 -
YUV 158.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 221 136 107 0 0.38 0.52 0.13 15.26 0.63 0.64
Hex DD 88 6B 0 26 34 D F 3F 40
Octal 335 210 153 0 46 64 15 17 77 100
Binary 11011101 10001000 1101011 0 100110 110100 1101 1111 111111 1000000

Color Harmonies of #DD886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD886B

Black with #DD886B

Text Example


Text Example

White with #DD886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD886B; }

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

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

background-color css

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

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

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

border-color css

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

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

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