Html Css Color HEX #DC885B Copper

📋 copy color: '#DC885B'

red 220 ◦ green 136 ◦ blue 91

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

Shades of Copper #DC885B

Tints of Copper #DC885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.36%

R = 49.22%
G = 30.43%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC885B (or 0xDC885B) is known color: Copper. HEX triplet: DC, 88 and 5B. RGB value is (220,136,91). Sum of RGB (Red+Green+Blue) = 220+136+91=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC885B is #2377A4. Grayscale: #9C9C9C. Windows color (decimal): -2324389 or 5998812. OLE color: 5998812.

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

Color convert

RGB 220 136 91 -
CMYK 0 0.38 0.59 0.14
HSL 20.93º 0.65% 0.61% -
HSV(B) 20.93º 0.59% 0.86% -
XYZ 40.21 33.58 14.26 -
YUV 155.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 220 136 91 0 0.38 0.59 0.14 20.93 0.65 0.61
Hex DC 88 5B 0 26 3B E 15 41 3D
Octal 334 210 133 0 46 73 16 25 101 75
Binary 11011100 10001000 1011011 0 100110 111011 1110 10101 1000001 111101

Color Harmonies of #DC885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC885B

Black with #DC885B

Text Example


Text Example

White with #DC885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC885B; }

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

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

background-color css

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

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

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

border-color css

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

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

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