Html Css Color HEX #DC8162 Copper

📋 copy color: '#DC8162'

red 220 ◦ green 129 ◦ blue 98

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

Shades of Copper #DC8162

Tints of Copper #DC8162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 49.22%
G = 28.86%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC8162 (or 0xDC8162) is known color: Copper. HEX triplet: DC, 81 and 62. RGB value is (220,129,98). Sum of RGB (Red+Green+Blue) = 220+129+98=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8162 is #237E9D. Grayscale: #989898. Windows color (decimal): -2326174 or 6455772. OLE color: 6455772.

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

Color convert

RGB 220 129 98 -
CMYK 0 0.41 0.55 0.14
HSL 15.25º 0.64% 0.62% -
HSV(B) 15.25º 0.55% 0.86% -
XYZ 39.57 31.8 15.61 -
YUV 152.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 220 129 98 0 0.41 0.55 0.14 15.25 0.64 0.62
Hex DC 81 62 0 29 37 E F 40 3E
Octal 334 201 142 0 51 67 16 17 100 76
Binary 11011100 10000001 1100010 0 101001 110111 1110 1111 1000000 111110

Color Harmonies of #DC8162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8162

Black with #DC8162

Text Example


Text Example

White with #DC8162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8162; }

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

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

background-color css

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

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

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

border-color css

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

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

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