Html Css Color HEX #DE8C67 Copper

📋 copy color: '#DE8C67'

red 222 ◦ green 140 ◦ blue 103

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

Shades of Copper #DE8C67

Tints of Copper #DE8C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.15%

R = 47.74%
G = 30.11%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE8C67 (or 0xDE8C67) is known color: Copper. HEX triplet: DE, 8C and 67. RGB value is (222,140,103). Sum of RGB (Red+Green+Blue) = 222+140+103=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8C67 is #217398. Grayscale: #A0A0A0. Windows color (decimal): -2192281 or 6786270. OLE color: 6786270.

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

Color convert

RGB 222 140 103 -
CMYK 0 0.37 0.54 0.13
HSL 18.66º 0.64% 0.64% -
HSV(B) 18.66º 0.54% 0.87% -
XYZ 41.95 35.27 17.43 -
YUV 160.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 222 140 103 0 0.37 0.54 0.13 18.66 0.64 0.64
Hex DE 8C 67 0 25 36 D 13 40 40
Octal 336 214 147 0 45 66 15 23 100 100
Binary 11011110 10001100 1100111 0 100101 110110 1101 10011 1000000 1000000

Color Harmonies of #DE8C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C67

Black with #DE8C67

Text Example


Text Example

White with #DE8C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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