Html Css Color HEX #DB8863 Copper

📋 copy color: '#DB8863'

red 219 ◦ green 136 ◦ blue 99

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

Shades of Copper #DB8863

Tints of Copper #DB8863

RGB

 RED value IS 219 (85.94% from 255) = 48.24%

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

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

R = 48.24%
G = 29.96%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB8863 (or 0xDB8863) is known color: Copper. HEX triplet: DB, 88 and 63. RGB value is (219,136,99). Sum of RGB (Red+Green+Blue) = 219+136+99=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8863 is #24779C. Grayscale: #9C9C9C. Windows color (decimal): -2389917 or 6523099. OLE color: 6523099.

HSL color Cylindrical-coordinate representation of color #DB8863: hue angle of 18.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB8863 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 99 -
CMYK 0 0.38 0.55 0.14
HSL 18.5º 0.63% 0.62% -
HSV(B) 18.5º 0.55% 0.86% -
XYZ 40.27 33.57 16.16 -
YUV 156.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 219 136 99 0 0.38 0.55 0.14 18.5 0.63 0.62
Hex DB 88 63 0 26 37 E 12 3E 3E
Octal 333 210 143 0 46 67 16 22 76 76
Binary 11011011 10001000 1100011 0 100110 110111 1110 10010 111110 111110

Color Harmonies of #DB8863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8863

Black with #DB8863

Text Example


Text Example

White with #DB8863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8863; }

 p { color: rgb(219,136,99); }

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

background-color css

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

 a { background-color: rgb(219,136,99); }

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

border-color css

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

 span { border-color: rgb(219,136,99); }

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