Html Css Color HEX #DE8C68 Copper

📋 copy color: '#DE8C68'

red 222 ◦ green 140 ◦ blue 104

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

Shades of Copper #DE8C68

Tints of Copper #DE8C68

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.04%

 BLUE value IS 104 (41.02% from 255) = 22.32%

R = 47.64%
G = 30.04%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE8C68 (or 0xDE8C68) is known color: Copper. HEX triplet: DE, 8C and 68. RGB value is (222,140,104). Sum of RGB (Red+Green+Blue) = 222+140+104=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8C68 is #217397. Grayscale: #A0A0A0. Windows color (decimal): -2192280 or 6851806. OLE color: 6851806.

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

Color convert

RGB 222 140 104 -
CMYK 0 0.37 0.53 0.13
HSL 18.31º 0.64% 0.64% -
HSV(B) 18.31º 0.53% 0.87% -
XYZ 42 35.29 17.69 -
YUV 160.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 222 140 104 0 0.37 0.53 0.13 18.31 0.64 0.64
Hex DE 8C 68 0 25 35 D 12 40 40
Octal 336 214 150 0 45 65 15 22 100 100
Binary 11011110 10001100 1101000 0 100101 110101 1101 10010 1000000 1000000

Color Harmonies of #DE8C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C68

Black with #DE8C68

Text Example


Text Example

White with #DE8C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C68; }

 p { color: rgb(222,140,104); }

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

background-color css

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

 a { background-color: rgb(222,140,104); }

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

border-color css

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

 span { border-color: rgb(222,140,104); }

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