Html Css Color HEX #DE8B5D Copper

📋 copy color: '#DE8B5D'

red 222 ◦ green 139 ◦ blue 93

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

Shades of Copper #DE8B5D

Tints of Copper #DE8B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

 BLUE value IS 93 (36.72% from 255) = 20.48%

R = 48.9%
G = 30.62%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE8B5D (or 0xDE8B5D) is known color: Copper. HEX triplet: DE, 8B and 5D. RGB value is (222,139,93). Sum of RGB (Red+Green+Blue) = 222+139+93=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8B5D is #2174A2. Grayscale: #9E9E9E. Windows color (decimal): -2192547 or 6130654. OLE color: 6130654.

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

Color convert

RGB 222 139 93 -
CMYK 0 0.37 0.58 0.13
HSL 21.4º 0.66% 0.62% -
HSV(B) 21.4º 0.58% 0.87% -
XYZ 41.33 34.79 14.89 -
YUV 158.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 222 139 93 0 0.37 0.58 0.13 21.4 0.66 0.62
Hex DE 8B 5D 0 25 3A D 15 42 3E
Octal 336 213 135 0 45 72 15 25 102 76
Binary 11011110 10001011 1011101 0 100101 111010 1101 10101 1000010 111110

Color Harmonies of #DE8B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8B5D

Black with #DE8B5D

Text Example


Text Example

White with #DE8B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8B5D; }

 p { color: rgb(222,139,93); }

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

background-color css

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

 a { background-color: rgb(222,139,93); }

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

border-color css

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

 span { border-color: rgb(222,139,93); }

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