Html Css Color HEX #DC855C Copper

📋 copy color: '#DC855C'

red 220 ◦ green 133 ◦ blue 92

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

Shades of Copper #DC855C

Tints of Copper #DC855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 49.44%
G = 29.89%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC855C (or 0xDC855C) is known color: Copper. HEX triplet: DC, 85 and 5C. RGB value is (220,133,92). Sum of RGB (Red+Green+Blue) = 220+133+92=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC855C is #237AA3. Grayscale: #9A9A9A. Windows color (decimal): -2325156 or 6063580. OLE color: 6063580.

HSL color Cylindrical-coordinate representation of color #DC855C: hue angle of 19.22º degrees, saturation: 0.65, 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 #DC855C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 92 -
CMYK 0 0.40 0.58 0.14
HSL 19.22º 0.65% 0.61% -
HSV(B) 19.22º 0.58% 0.86% -
XYZ 39.83 32.76 14.35 -
YUV 154.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 220 133 92 0 0.40 0.58 0.14 19.22 0.65 0.61
Hex DC 85 5C 0 28 3A E 13 41 3D
Octal 334 205 134 0 50 72 16 23 101 75
Binary 11011100 10000101 1011100 0 101000 111010 1110 10011 1000001 111101

Color Harmonies of #DC855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC855C

Black with #DC855C

Text Example


Text Example

White with #DC855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC855C; }

 p { color: rgb(220,133,92); }

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

background-color css

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

 a { background-color: rgb(220,133,92); }

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

border-color css

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

 span { border-color: rgb(220,133,92); }

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