Html Css Color HEX #DD885D Copper

📋 copy color: '#DD885D'

red 221 ◦ green 136 ◦ blue 93

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

Shades of Copper #DD885D

Tints of Copper #DD885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 49.11%
G = 30.22%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD885D (or 0xDD885D) is known color: Copper. HEX triplet: DD, 88 and 5D. RGB value is (221,136,93). Sum of RGB (Red+Green+Blue) = 221+136+93=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD885D is #2277A2. Grayscale: #9C9C9C. Windows color (decimal): -2258851 or 6129885. OLE color: 6129885.

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

Color convert

RGB 221 136 93 -
CMYK 0 0.38 0.58 0.13
HSL 20.16º 0.65% 0.62% -
HSV(B) 20.16º 0.58% 0.87% -
XYZ 40.6 33.77 14.73 -
YUV 156.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 221 136 93 0 0.38 0.58 0.13 20.16 0.65 0.62
Hex DD 88 5D 0 26 3A D 14 41 3E
Octal 335 210 135 0 46 72 15 24 101 76
Binary 11011101 10001000 1011101 0 100110 111010 1101 10100 1000001 111110

Color Harmonies of #DD885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD885D

Black with #DD885D

Text Example


Text Example

White with #DD885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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