Html Css Color HEX #DB8D6D Copper

📋 copy color: '#DB8D6D'

red 219 ◦ green 141 ◦ blue 109

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

Shades of Copper #DB8D6D

Tints of Copper #DB8D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.06%

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 46.7%
G = 30.06%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB8D6D (or 0xDB8D6D) is known color: Copper. HEX triplet: DB, 8D and 6D. RGB value is (219,141,109). Sum of RGB (Red+Green+Blue) = 219+141+109=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D6D is #247292. Grayscale: #A0A0A0. Windows color (decimal): -2388627 or 7179739. OLE color: 7179739.

HSL color Cylindrical-coordinate representation of color #DB8D6D: hue angle of 17.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB8D6D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 141 109 -
CMYK 0 0.36 0.50 0.14
HSL 17.45º 0.6% 0.64% -
HSV(B) 17.45º 0.5% 0.86% -
XYZ 41.5 35.21 19.08 -
YUV 160.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 219 141 109 0 0.36 0.50 0.14 17.45 0.6 0.64
Hex DB 8D 6D 0 24 32 E 11 3C 40
Octal 333 215 155 0 44 62 16 21 74 100
Binary 11011011 10001101 1101101 0 100100 110010 1110 10001 111100 1000000

Color Harmonies of #DB8D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8D6D

Black with #DB8D6D

Text Example


Text Example

White with #DB8D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8D6D; }

 p { color: rgb(219,141,109); }

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

background-color css

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

 a { background-color: rgb(219,141,109); }

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

border-color css

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

 span { border-color: rgb(219,141,109); }

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