Html Css Color HEX #DC7F65 Copper

📋 copy color: '#DC7F65'

red 220 ◦ green 127 ◦ blue 101

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

Shades of Copper #DC7F65

Tints of Copper #DC7F65

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

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

R = 49.11%
G = 28.35%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC7F65 (or 0xDC7F65) is known color: Copper. HEX triplet: DC, 7F and 65. RGB value is (220,127,101). Sum of RGB (Red+Green+Blue) = 220+127+101=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F65 is #23809A. Grayscale: #989898. Windows color (decimal): -2326683 or 6651868. OLE color: 6651868.

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

Color convert

RGB 220 127 101 -
CMYK 0 0.42 0.54 0.14
HSL 13.11º 0.63% 0.63% -
HSV(B) 13.11º 0.54% 0.86% -
XYZ 39.45 31.33 16.28 -
YUV 151.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 220 127 101 0 0.42 0.54 0.14 13.11 0.63 0.63
Hex DC 7F 65 0 2A 36 E D 3F 3F
Octal 334 177 145 0 52 66 16 15 77 77
Binary 11011100 1111111 1100101 0 101010 110110 1110 1101 111111 111111

Color Harmonies of #DC7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F65

Black with #DC7F65

Text Example


Text Example

White with #DC7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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