Html Css Color HEX #DC8161 Copper

📋 copy color: '#DC8161'

red 220 ◦ green 129 ◦ blue 97

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

Shades of Copper #DC8161

Tints of Copper #DC8161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

 BLUE value IS 97 (38.28% from 255) = 21.75%

R = 49.33%
G = 28.92%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC8161 (or 0xDC8161) is known color: Copper. HEX triplet: DC, 81 and 61. RGB value is (220,129,97). Sum of RGB (Red+Green+Blue) = 220+129+97=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8161 is #237E9E. Grayscale: #989898. Windows color (decimal): -2326175 or 6390236. OLE color: 6390236.

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

Color convert

RGB 220 129 97 -
CMYK 0 0.41 0.56 0.14
HSL 15.61º 0.64% 0.62% -
HSV(B) 15.61º 0.56% 0.86% -
XYZ 39.52 31.78 15.36 -
YUV 152.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 220 129 97 0 0.41 0.56 0.14 15.61 0.64 0.62
Hex DC 81 61 0 29 38 E 10 40 3E
Octal 334 201 141 0 51 70 16 20 100 76
Binary 11011100 10000001 1100001 0 101001 111000 1110 10000 1000000 111110

Color Harmonies of #DC8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8161

Black with #DC8161

Text Example


Text Example

White with #DC8161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8161; }

 p { color: rgb(220,129,97); }

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

background-color css

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

 a { background-color: rgb(220,129,97); }

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

border-color css

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

 span { border-color: rgb(220,129,97); }

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