Html Css Color HEX #DE8A6D Copper

📋 copy color: '#DE8A6D'

red 222 ◦ green 138 ◦ blue 109

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

Shades of Copper #DE8A6D

Tints of Copper #DE8A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 47.33%
G = 29.42%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE8A6D (or 0xDE8A6D) is known color: Copper. HEX triplet: DE, 8A and 6D. RGB value is (222,138,109). Sum of RGB (Red+Green+Blue) = 222+138+109=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8A6D is #217592. Grayscale: #A0A0A0. Windows color (decimal): -2192787 or 7178974. OLE color: 7178974.

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

Color convert

RGB 222 138 109 -
CMYK 0 0.38 0.51 0.13
HSL 15.4º 0.63% 0.65% -
HSV(B) 15.4º 0.51% 0.87% -
XYZ 41.97 34.81 18.97 -
YUV 159.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 222 138 109 0 0.38 0.51 0.13 15.4 0.63 0.65
Hex DE 8A 6D 0 26 33 D F 3F 41
Octal 336 212 155 0 46 63 15 17 77 101
Binary 11011110 10001010 1101101 0 100110 110011 1101 1111 111111 1000001

Color Harmonies of #DE8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8A6D

Black with #DE8A6D

Text Example


Text Example

White with #DE8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8A6D; }

 p { color: rgb(222,138,109); }

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

background-color css

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

 a { background-color: rgb(222,138,109); }

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

border-color css

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

 span { border-color: rgb(222,138,109); }

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