Html Css Color HEX #DC8465 Copper

📋 copy color: '#DC8465'

red 220 ◦ green 132 ◦ blue 101

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

Shades of Copper #DC8465

Tints of Copper #DC8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

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

R = 48.57%
G = 29.14%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC8465 (or 0xDC8465) is known color: Copper. HEX triplet: DC, 84 and 65. RGB value is (220,132,101). Sum of RGB (Red+Green+Blue) = 220+132+101=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8465 is #237B9A. Grayscale: #9A9A9A. Windows color (decimal): -2325403 or 6653148. OLE color: 6653148.

HSL color Cylindrical-coordinate representation of color #DC8465: hue angle of 15.63º 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 #DC8465 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 101 -
CMYK 0 0.40 0.54 0.14
HSL 15.63º 0.63% 0.63% -
HSV(B) 15.63º 0.54% 0.86% -
XYZ 40.12 32.66 16.5 -
YUV 154.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 220 132 101 0 0.40 0.54 0.14 15.63 0.63 0.63
Hex DC 84 65 0 28 36 E 10 3F 3F
Octal 334 204 145 0 50 66 16 20 77 77
Binary 11011100 10000100 1100101 0 101000 110110 1110 10000 111111 111111

Color Harmonies of #DC8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8465

Black with #DC8465

Text Example


Text Example

White with #DC8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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