Html Css Color HEX #DE8859 Copper

📋 copy color: '#DE8859'

red 222 ◦ green 136 ◦ blue 89

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

Shades of Copper #DE8859

Tints of Copper #DE8859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.43%

 BLUE value IS 89 (35.16% from 255) = 19.91%

R = 49.66%
G = 30.43%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE8859 (or 0xDE8859) is known color: Copper. HEX triplet: DE, 88 and 59. RGB value is (222,136,89). Sum of RGB (Red+Green+Blue) = 222+136+89=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8859 is #2177A6. Grayscale: #9C9C9C. Windows color (decimal): -2193319 or 5867742. OLE color: 5867742.

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

Color convert

RGB 222 136 89 -
CMYK 0 0.39 0.60 0.13
HSL 21.2º 0.67% 0.61% -
HSV(B) 21.2º 0.6% 0.87% -
XYZ 40.73 33.86 13.84 -
YUV 156.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 222 136 89 0 0.39 0.60 0.13 21.2 0.67 0.61
Hex DE 88 59 0 27 3C D 15 43 3D
Octal 336 210 131 0 47 74 15 25 103 75
Binary 11011110 10001000 1011001 0 100111 111100 1101 10101 1000011 111101

Color Harmonies of #DE8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8859

Black with #DE8859

Text Example


Text Example

White with #DE8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8859; }

 p { color: rgb(222,136,89); }

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

background-color css

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

 a { background-color: rgb(222,136,89); }

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

border-color css

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

 span { border-color: rgb(222,136,89); }

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