Html Css Color HEX #DE8065 Copper

📋 copy color: '#DE8065'

red 222 ◦ green 128 ◦ blue 101

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

Shades of Copper #DE8065

Tints of Copper #DE8065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.38%

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

R = 49.22%
G = 28.38%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE8065 (or 0xDE8065) is known color: Copper. HEX triplet: DE, 80 and 65. RGB value is (222,128,101). Sum of RGB (Red+Green+Blue) = 222+128+101=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8065 is #217F9A. Grayscale: #999999. Windows color (decimal): -2195355 or 6652126. OLE color: 6652126.

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

Color convert

RGB 222 128 101 -
CMYK 0 0.42 0.55 0.13
HSL 13.39º 0.65% 0.63% -
HSV(B) 13.39º 0.55% 0.87% -
XYZ 40.19 31.91 16.35 -
YUV 153.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 222 128 101 0 0.42 0.55 0.13 13.39 0.65 0.63
Hex DE 80 65 0 2A 37 D D 41 3F
Octal 336 200 145 0 52 67 15 15 101 77
Binary 11011110 10000000 1100101 0 101010 110111 1101 1101 1000001 111111

Color Harmonies of #DE8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8065

Black with #DE8065

Text Example


Text Example

White with #DE8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8065; }

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

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

background-color css

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

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

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

border-color css

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

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

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