Html Css Color HEX #DE8564 Copper

📋 copy color: '#DE8564'

red 222 ◦ green 133 ◦ blue 100

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

Shades of Copper #DE8564

Tints of Copper #DE8564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.23%

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

R = 48.79%
G = 29.23%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE8564 (or 0xDE8564) is known color: Copper. HEX triplet: DE, 85 and 64. RGB value is (222,133,100). Sum of RGB (Red+Green+Blue) = 222+133+100=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8564 is #217A9B. Grayscale: #9C9C9C. Windows color (decimal): -2194076 or 6587870. OLE color: 6587870.

HSL color Cylindrical-coordinate representation of color #DE8564: hue angle of 16.23º 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 #DE8564 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 133 100 -
CMYK 0 0.40 0.55 0.13
HSL 16.23º 0.65% 0.63% -
HSV(B) 16.23º 0.55% 0.87% -
XYZ 40.81 33.22 16.32 -
YUV 155.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 222 133 100 0 0.40 0.55 0.13 16.23 0.65 0.63
Hex DE 85 64 0 28 37 D 10 41 3F
Octal 336 205 144 0 50 67 15 20 101 77
Binary 11011110 10000101 1100100 0 101000 110111 1101 10000 1000001 111111

Color Harmonies of #DE8564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8564

Black with #DE8564

Text Example


Text Example

White with #DE8564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8564; }

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

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

background-color css

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

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

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

border-color css

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

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

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