Html Css Color HEX #DE7E65 Copper

📋 copy color: '#DE7E65'

red 222 ◦ green 126 ◦ blue 101

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

Shades of Copper #DE7E65

Tints of Copper #DE7E65

RGB

 RED value IS 222 (87.11% from 255) = 49.44%

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

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

R = 49.44%
G = 28.06%
B = 22.49%

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

#DE7E65 (or 0xDE7E65) is known color: Copper. HEX triplet: DE, 7E and 65. RGB value is (222,126,101). Sum of RGB (Red+Green+Blue) = 222+126+101=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E65 is #21819A. Grayscale: #989898. Windows color (decimal): -2195867 or 6651614. OLE color: 6651614.

HSL color Cylindrical-coordinate representation of color #DE7E65: hue angle of 12.4º degrees, saturation: 0.65, 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 #DE7E65 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 126 101 -
CMYK 0 0.43 0.55 0.13
HSL 12.4º 0.65% 0.63% -
HSV(B) 12.4º 0.55% 0.87% -
XYZ 39.93 31.39 16.27 -
YUV 151.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 222 126 101 0 0.43 0.55 0.13 12.4 0.65 0.63
Hex DE 7E 65 0 2B 37 D C 41 3F
Octal 336 176 145 0 53 67 15 14 101 77
Binary 11011110 1111110 1100101 0 101011 110111 1101 1100 1000001 111111

Color Harmonies of #DE7E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7E65

Black with #DE7E65

Text Example


Text Example

White with #DE7E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7E65; }

 p { color: rgb(222,126,101); }

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

background-color css

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

 a { background-color: rgb(222,126,101); }

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

border-color css

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

 span { border-color: rgb(222,126,101); }

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