Html Css Color HEX #DD886E Copper

📋 copy color: '#DD886E'

red 221 ◦ green 136 ◦ blue 110

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

Shades of Copper #DD886E

Tints of Copper #DD886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 47.32%
G = 29.12%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD886E (or 0xDD886E) is known color: Copper. HEX triplet: DD, 88 and 6E. RGB value is (221,136,110). Sum of RGB (Red+Green+Blue) = 221+136+110=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD886E is #227791. Grayscale: #9E9E9E. Windows color (decimal): -2258834 or 7243997. OLE color: 7243997.

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

Color convert

RGB 221 136 110 -
CMYK 0 0.38 0.50 0.13
HSL 14.05º 0.62% 0.65% -
HSV(B) 14.05º 0.5% 0.87% -
XYZ 41.44 34.11 19.15 -
YUV 158.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 221 136 110 0 0.38 0.50 0.13 14.05 0.62 0.65
Hex DD 88 6E 0 26 32 D E 3E 41
Octal 335 210 156 0 46 62 15 16 76 101
Binary 11011101 10001000 1101110 0 100110 110010 1101 1110 111110 1000001

Color Harmonies of #DD886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD886E

Black with #DD886E

Text Example


Text Example

White with #DD886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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