Html Css Color HEX #DC865F Copper

📋 copy color: '#DC865F'

red 220 ◦ green 134 ◦ blue 95

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

Shades of Copper #DC865F

Tints of Copper #DC865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 49%
G = 29.84%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC865F (or 0xDC865F) is known color: Copper. HEX triplet: DC, 86 and 5F. RGB value is (220,134,95). Sum of RGB (Red+Green+Blue) = 220+134+95=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC865F is #2379A0. Grayscale: #9B9B9B. Windows color (decimal): -2324897 or 6260444. OLE color: 6260444.

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

Color convert

RGB 220 134 95 -
CMYK 0 0.39 0.57 0.14
HSL 18.72º 0.64% 0.62% -
HSV(B) 18.72º 0.57% 0.86% -
XYZ 40.11 33.09 15.1 -
YUV 155.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 220 134 95 0 0.39 0.57 0.14 18.72 0.64 0.62
Hex DC 86 5F 0 27 39 E 13 40 3E
Octal 334 206 137 0 47 71 16 23 100 76
Binary 11011100 10000110 1011111 0 100111 111001 1110 10011 1000000 111110

Color Harmonies of #DC865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC865F

Black with #DC865F

Text Example


Text Example

White with #DC865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC865F; }

 p { color: rgb(220,134,95); }

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

background-color css

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

 a { background-color: rgb(220,134,95); }

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

border-color css

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

 span { border-color: rgb(220,134,95); }

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