Html Css Color HEX #DF7E64 Copper

📋 copy color: '#DF7E64'

red 223 ◦ green 126 ◦ blue 100

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

Shades of Copper #DF7E64

Tints of Copper #DF7E64

RGB

 RED value IS 223 (87.5% from 255) = 49.67%

 GREEN value IS 126 (49.61% from 255) = 28.06%

 BLUE value IS 100 (39.45% from 255) = 22.27%

R = 49.67%
G = 28.06%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF7E64 (or 0xDF7E64) is known color: Copper. HEX triplet: DF, 7E and 64. RGB value is (223,126,100). Sum of RGB (Red+Green+Blue) = 223+126+100=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E64 is #20819B. Grayscale: #989898. Windows color (decimal): -2130332 or 6586079. OLE color: 6586079.

HSL color Cylindrical-coordinate representation of color #DF7E64: hue angle of 12.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7E64 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 126 100 -
CMYK 0 0.43 0.55 0.13
HSL 12.68º 0.66% 0.63% -
HSV(B) 12.68º 0.55% 0.87% -
XYZ 40.19 31.53 16.02 -
YUV 152.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 223 126 100 0 0.43 0.55 0.13 12.68 0.66 0.63
Hex DF 7E 64 0 2B 37 D D 42 3F
Octal 337 176 144 0 53 67 15 15 102 77
Binary 11011111 1111110 1100100 0 101011 110111 1101 1101 1000010 111111

Color Harmonies of #DF7E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E64

Black with #DF7E64

Text Example


Text Example

White with #DF7E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E64; }

 p { color: rgb(223,126,100); }

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

background-color css

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

 a { background-color: rgb(223,126,100); }

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

border-color css

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

 span { border-color: rgb(223,126,100); }

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