Html Css Color HEX #DC8165 Copper

📋 copy color: '#DC8165'

red 220 ◦ green 129 ◦ blue 101

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

Shades of Copper #DC8165

Tints of Copper #DC8165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.44%

R = 48.89%
G = 28.67%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC8165 (or 0xDC8165) is known color: Copper. HEX triplet: DC, 81 and 65. RGB value is (220,129,101). Sum of RGB (Red+Green+Blue) = 220+129+101=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8165 is #237E9A. Grayscale: #999999. Windows color (decimal): -2326171 or 6652380. OLE color: 6652380.

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

Color convert

RGB 220 129 101 -
CMYK 0 0.41 0.54 0.14
HSL 14.12º 0.63% 0.63% -
HSV(B) 14.12º 0.54% 0.86% -
XYZ 39.71 31.86 16.37 -
YUV 153.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 220 129 101 0 0.41 0.54 0.14 14.12 0.63 0.63
Hex DC 81 65 0 29 36 E E 3F 3F
Octal 334 201 145 0 51 66 16 16 77 77
Binary 11011100 10000001 1100101 0 101001 110110 1110 1110 111111 111111

Color Harmonies of #DC8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8165

Black with #DC8165

Text Example


Text Example

White with #DC8165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8165; }

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

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

background-color css

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

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

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

border-color css

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

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

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