Html Css Color HEX #DB8063 Copper

📋 copy color: '#DB8063'

red 219 ◦ green 128 ◦ blue 99

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

Shades of Copper #DB8063

Tints of Copper #DB8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 49.1%
G = 28.7%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB8063 (or 0xDB8063) is known color: Copper. HEX triplet: DB, 80 and 63. RGB value is (219,128,99). Sum of RGB (Red+Green+Blue) = 219+128+99=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8063 is #247F9C. Grayscale: #989898. Windows color (decimal): -2391965 or 6521051. OLE color: 6521051.

HSL color Cylindrical-coordinate representation of color #DB8063: hue angle of 14.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 #DB8063 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 99 -
CMYK 0 0.42 0.55 0.14
HSL 14.5º 0.63% 0.62% -
HSV(B) 14.5º 0.55% 0.86% -
XYZ 39.18 31.4 15.8 -
YUV 151.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 219 128 99 0 0.42 0.55 0.14 14.5 0.63 0.62
Hex DB 80 63 0 2A 37 E E 3E 3E
Octal 333 200 143 0 52 67 16 16 76 76
Binary 11011011 10000000 1100011 0 101010 110111 1110 1110 111110 111110

Color Harmonies of #DB8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8063

Black with #DB8063

Text Example


Text Example

White with #DB8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8063; }

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

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

background-color css

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

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

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

border-color css

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

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

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