Html Css Color HEX #DE8964 Copper

📋 copy color: '#DE8964'

red 222 ◦ green 137 ◦ blue 100

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

Shades of Copper #DE8964

Tints of Copper #DE8964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.85%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 48.37%
G = 29.85%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE8964 (or 0xDE8964) is known color: Copper. HEX triplet: DE, 89 and 64. RGB value is (222,137,100). Sum of RGB (Red+Green+Blue) = 222+137+100=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8964 is #21769B. Grayscale: #9E9E9E. Windows color (decimal): -2193052 or 6588894. OLE color: 6588894.

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

Color convert

RGB 222 137 100 -
CMYK 0 0.38 0.55 0.13
HSL 18.2º 0.65% 0.63% -
HSV(B) 18.2º 0.55% 0.87% -
XYZ 41.37 34.34 16.5 -
YUV 158.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 222 137 100 0 0.38 0.55 0.13 18.2 0.65 0.63
Hex DE 89 64 0 26 37 D 12 41 3F
Octal 336 211 144 0 46 67 15 22 101 77
Binary 11011110 10001001 1100100 0 100110 110111 1101 10010 1000001 111111

Color Harmonies of #DE8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8964

Black with #DE8964

Text Example


Text Example

White with #DE8964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8964; }

 p { color: rgb(222,137,100); }

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

background-color css

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

 a { background-color: rgb(222,137,100); }

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

border-color css

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

 span { border-color: rgb(222,137,100); }

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