Html Css Color HEX #DB8963 Copper

📋 copy color: '#DB8963'

red 219 ◦ green 137 ◦ blue 99

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

Shades of Copper #DB8963

Tints of Copper #DB8963

RGB

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

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

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

R = 48.13%
G = 30.11%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB8963 (or 0xDB8963) is known color: Copper. HEX triplet: DB, 89 and 63. RGB value is (219,137,99). Sum of RGB (Red+Green+Blue) = 219+137+99=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8963 is #24769C. Grayscale: #9D9D9D. Windows color (decimal): -2389661 or 6523355. OLE color: 6523355.

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

Color convert

RGB 219 137 99 -
CMYK 0 0.37 0.55 0.14
HSL 19º 0.63% 0.62% -
HSV(B) 19º 0.55% 0.86% -
XYZ 40.41 33.85 16.21 -
YUV 157.19 95.17 172.09 -
System Red Green Blue C M Y K H S L
Decimal 219 137 99 0 0.37 0.55 0.14 19 0.63 0.62
Hex DB 89 63 0 25 37 E 13 3E 3E
Octal 333 211 143 0 45 67 16 23 76 76
Binary 11011011 10001001 1100011 0 100101 110111 1110 10011 111110 111110

Color Harmonies of #DB8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8963

Black with #DB8963

Text Example


Text Example

White with #DB8963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8963; }

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

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

background-color css

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

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

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

border-color css

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

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

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