Html Css Color HEX #DE895B Copper

📋 copy color: '#DE895B'

red 222 ◦ green 137 ◦ blue 91

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

Shades of Copper #DE895B

Tints of Copper #DE895B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.22%

R = 49.33%
G = 30.44%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE895B (or 0xDE895B) is known color: Copper. HEX triplet: DE, 89 and 5B. RGB value is (222,137,91). Sum of RGB (Red+Green+Blue) = 222+137+91=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE895B is #2176A4. Grayscale: #9D9D9D. Windows color (decimal): -2193061 or 5999070. OLE color: 5999070.

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

Color convert

RGB 222 137 91 -
CMYK 0 0.38 0.59 0.13
HSL 21.07º 0.66% 0.61% -
HSV(B) 21.07º 0.59% 0.87% -
XYZ 40.96 34.18 14.34 -
YUV 157.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 222 137 91 0 0.38 0.59 0.13 21.07 0.66 0.61
Hex DE 89 5B 0 26 3B D 15 42 3D
Octal 336 211 133 0 46 73 15 25 102 75
Binary 11011110 10001001 1011011 0 100110 111011 1101 10101 1000010 111101

Color Harmonies of #DE895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE895B

Black with #DE895B

Text Example


Text Example

White with #DE895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE895B; }

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

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

background-color css

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

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

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

border-color css

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

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

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