Html Css Color HEX #DC856B Copper

📋 copy color: '#DC856B'

red 220 ◦ green 133 ◦ blue 107

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

Shades of Copper #DC856B

Tints of Copper #DC856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.26%

R = 47.83%
G = 28.91%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC856B (or 0xDC856B) is known color: Copper. HEX triplet: DC, 85 and 6B. RGB value is (220,133,107). Sum of RGB (Red+Green+Blue) = 220+133+107=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC856B is #237A94. Grayscale: #9C9C9C. Windows color (decimal): -2325141 or 7046620. OLE color: 7046620.

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

Color convert

RGB 220 133 107 -
CMYK 0 0.40 0.51 0.14
HSL 13.81º 0.62% 0.64% -
HSV(B) 13.81º 0.51% 0.86% -
XYZ 40.56 33.05 18.15 -
YUV 156.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 220 133 107 0 0.40 0.51 0.14 13.81 0.62 0.64
Hex DC 85 6B 0 28 33 E E 3E 40
Octal 334 205 153 0 50 63 16 16 76 100
Binary 11011100 10000101 1101011 0 101000 110011 1110 1110 111110 1000000

Color Harmonies of #DC856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC856B

Black with #DC856B

Text Example


Text Example

White with #DC856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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