Html Css Color HEX #DE8E6B Copper

📋 copy color: '#DE8E6B'

red 222 ◦ green 142 ◦ blue 107

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

Shades of Copper #DE8E6B

Tints of Copper #DE8E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 47.13%
G = 30.15%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE8E6B (or 0xDE8E6B) is known color: Copper. HEX triplet: DE, 8E and 6B. RGB value is (222,142,107). Sum of RGB (Red+Green+Blue) = 222+142+107=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8E6B is #217194. Grayscale: #A2A2A2. Windows color (decimal): -2191765 or 7048926. OLE color: 7048926.

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

Color convert

RGB 222 142 107 -
CMYK 0 0.36 0.52 0.13
HSL 18.26º 0.64% 0.65% -
HSV(B) 18.26º 0.52% 0.87% -
XYZ 42.45 35.94 18.61 -
YUV 161.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 222 142 107 0 0.36 0.52 0.13 18.26 0.64 0.65
Hex DE 8E 6B 0 24 34 D 12 40 41
Octal 336 216 153 0 44 64 15 22 100 101
Binary 11011110 10001110 1101011 0 100100 110100 1101 10010 1000000 1000001

Color Harmonies of #DE8E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E6B

Black with #DE8E6B

Text Example


Text Example

White with #DE8E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E6B; }

 p { color: rgb(222,142,107); }

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

background-color css

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

 a { background-color: rgb(222,142,107); }

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

border-color css

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

 span { border-color: rgb(222,142,107); }

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