Html Css Color HEX #DE8557 Copper

📋 copy color: '#DE8557'

red 222 ◦ green 133 ◦ blue 87

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

Shades of Copper #DE8557

Tints of Copper #DE8557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.68%

R = 50.23%
G = 30.09%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE8557 (or 0xDE8557) is known color: Copper. HEX triplet: DE, 85 and 57. RGB value is (222,133,87). Sum of RGB (Red+Green+Blue) = 222+133+87=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8557 is #217AA8. Grayscale: #9A9A9A. Windows color (decimal): -2194089 or 5735902. OLE color: 5735902.

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

Color convert

RGB 222 133 87 -
CMYK 0 0.40 0.61 0.13
HSL 20.44º 0.67% 0.61% -
HSV(B) 20.44º 0.61% 0.87% -
XYZ 40.23 32.99 13.26 -
YUV 154.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 222 133 87 0 0.40 0.61 0.13 20.44 0.67 0.61
Hex DE 85 57 0 28 3D D 14 43 3D
Octal 336 205 127 0 50 75 15 24 103 75
Binary 11011110 10000101 1010111 0 101000 111101 1101 10100 1000011 111101

Color Harmonies of #DE8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8557

Black with #DE8557

Text Example


Text Example

White with #DE8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8557; }

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

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

background-color css

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

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

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

border-color css

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

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

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