Html Css Color HEX #DD896D Copper

📋 copy color: '#DD896D'

red 221 ◦ green 137 ◦ blue 109

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

Shades of Copper #DD896D

Tints of Copper #DD896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.34%

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

R = 47.32%
G = 29.34%
B = 23.34%

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

#DD896D (or 0xDD896D) is known color: Copper. HEX triplet: DD, 89 and 6D. RGB value is (221,137,109). Sum of RGB (Red+Green+Blue) = 221+137+109=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD896D is #227692. Grayscale: #9F9F9F. Windows color (decimal): -2258579 or 7178717. OLE color: 7178717.

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

Color convert

RGB 221 137 109 -
CMYK 0 0.38 0.51 0.13
HSL 15º 0.62% 0.65% -
HSV(B) 15º 0.51% 0.87% -
XYZ 41.52 34.37 18.91 -
YUV 158.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 221 137 109 0 0.38 0.51 0.13 15 0.62 0.65
Hex DD 89 6D 0 26 33 D F 3E 41
Octal 335 211 155 0 46 63 15 17 76 101
Binary 11011101 10001001 1101101 0 100110 110011 1101 1111 111110 1000001

Color Harmonies of #DD896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD896D

Black with #DD896D

Text Example


Text Example

White with #DD896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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