Html Css Color HEX #DE8F6E Copper

📋 copy color: '#DE8F6E'

red 222 ◦ green 143 ◦ blue 110

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

Shades of Copper #DE8F6E

Tints of Copper #DE8F6E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.11%

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 46.74%
G = 30.11%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE8F6E (or 0xDE8F6E) is known color: Copper. HEX triplet: DE, 8F and 6E. RGB value is (222,143,110). Sum of RGB (Red+Green+Blue) = 222+143+110=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8F6E is #217091. Grayscale: #A3A3A3. Windows color (decimal): -2191506 or 7245790. OLE color: 7245790.

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

Color convert

RGB 222 143 110 -
CMYK 0 0.36 0.50 0.13
HSL 17.68º 0.63% 0.65% -
HSV(B) 17.68º 0.5% 0.87% -
XYZ 42.76 36.3 19.5 -
YUV 162.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 222 143 110 0 0.36 0.50 0.13 17.68 0.63 0.65
Hex DE 8F 6E 0 24 32 D 12 3F 41
Octal 336 217 156 0 44 62 15 22 77 101
Binary 11011110 10001111 1101110 0 100100 110010 1101 10010 111111 1000001

Color Harmonies of #DE8F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F6E

Black with #DE8F6E

Text Example


Text Example

White with #DE8F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F6E; }

 p { color: rgb(222,143,110); }

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

background-color css

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

 a { background-color: rgb(222,143,110); }

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

border-color css

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

 span { border-color: rgb(222,143,110); }

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