Html Css Color HEX #DE8B63 Copper

📋 copy color: '#DE8B63'

red 222 ◦ green 139 ◦ blue 99

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

Shades of Copper #DE8B63

Tints of Copper #DE8B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 48.26%
G = 30.22%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE8B63 (or 0xDE8B63) is known color: Copper. HEX triplet: DE, 8B and 63. RGB value is (222,139,99). Sum of RGB (Red+Green+Blue) = 222+139+99=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8B63 is #21749C. Grayscale: #9F9F9F. Windows color (decimal): -2192541 or 6523870. OLE color: 6523870.

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

Color convert

RGB 222 139 99 -
CMYK 0 0.37 0.55 0.13
HSL 19.51º 0.65% 0.63% -
HSV(B) 19.51º 0.55% 0.87% -
XYZ 41.61 34.9 16.35 -
YUV 159.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 222 139 99 0 0.37 0.55 0.13 19.51 0.65 0.63
Hex DE 8B 63 0 25 37 D 14 41 3F
Octal 336 213 143 0 45 67 15 24 101 77
Binary 11011110 10001011 1100011 0 100101 110111 1101 10100 1000001 111111

Color Harmonies of #DE8B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8B63

Black with #DE8B63

Text Example


Text Example

White with #DE8B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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