Html Css Color HEX #DD8860 Copper

📋 copy color: '#DD8860'

red 221 ◦ green 136 ◦ blue 96

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

Shades of Copper #DD8860

Tints of Copper #DD8860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.19%

R = 48.79%
G = 30.02%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD8860 (or 0xDD8860) is known color: Copper. HEX triplet: DD, 88 and 60. RGB value is (221,136,96). Sum of RGB (Red+Green+Blue) = 221+136+96=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8860 is #22779F. Grayscale: #9D9D9D. Windows color (decimal): -2258848 or 6326493. OLE color: 6326493.

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

Color convert

RGB 221 136 96 -
CMYK 0 0.38 0.57 0.13
HSL 19.2º 0.65% 0.62% -
HSV(B) 19.2º 0.57% 0.87% -
XYZ 40.73 33.83 15.45 -
YUV 156.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 221 136 96 0 0.38 0.57 0.13 19.2 0.65 0.62
Hex DD 88 60 0 26 39 D 13 41 3E
Octal 335 210 140 0 46 71 15 23 101 76
Binary 11011101 10001000 1100000 0 100110 111001 1101 10011 1000001 111110

Color Harmonies of #DD8860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8860

Black with #DD8860

Text Example


Text Example

White with #DD8860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8860; }

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

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

background-color css

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

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

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

border-color css

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

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

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