Html Css Color HEX #DC885D Copper

📋 copy color: '#DC885D'

red 220 ◦ green 136 ◦ blue 93

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

Shades of Copper #DC885D

Tints of Copper #DC885D

RGB

 RED value IS 220 (86.33% from 255) = 49%

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

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

R = 49%
G = 30.29%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC885D (or 0xDC885D) is known color: Copper. HEX triplet: DC, 88 and 5D. RGB value is (220,136,93). Sum of RGB (Red+Green+Blue) = 220+136+93=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC885D is #2377A2. Grayscale: #9C9C9C. Windows color (decimal): -2324387 or 6129884. OLE color: 6129884.

HSL color Cylindrical-coordinate representation of color #DC885D: hue angle of 20.31º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC885D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 93 -
CMYK 0 0.38 0.58 0.14
HSL 20.31º 0.64% 0.61% -
HSV(B) 20.31º 0.58% 0.86% -
XYZ 40.3 33.61 14.72 -
YUV 156.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 220 136 93 0 0.38 0.58 0.14 20.31 0.64 0.61
Hex DC 88 5D 0 26 3A E 14 40 3D
Octal 334 210 135 0 46 72 16 24 100 75
Binary 11011100 10001000 1011101 0 100110 111010 1110 10100 1000000 111101

Color Harmonies of #DC885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC885D

Black with #DC885D

Text Example


Text Example

White with #DC885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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