Html Css Color HEX #DB8E6E Copper

📋 copy color: '#DB8E6E'

red 219 ◦ green 142 ◦ blue 110

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

Shades of Copper #DB8E6E

Tints of Copper #DB8E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 46.5%
G = 30.15%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB8E6E (or 0xDB8E6E) is known color: Copper. HEX triplet: DB, 8E and 6E. RGB value is (219,142,110). Sum of RGB (Red+Green+Blue) = 219+142+110=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E6E is #247191. Grayscale: #A1A1A1. Windows color (decimal): -2388370 or 7245531. OLE color: 7245531.

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

Color convert

RGB 219 142 110 -
CMYK 0 0.35 0.50 0.14
HSL 17.61º 0.6% 0.65% -
HSV(B) 17.61º 0.5% 0.86% -
XYZ 41.7 35.53 19.41 -
YUV 161.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 219 142 110 0 0.35 0.50 0.14 17.61 0.6 0.65
Hex DB 8E 6E 0 23 32 E 12 3C 41
Octal 333 216 156 0 43 62 16 22 74 101
Binary 11011011 10001110 1101110 0 100011 110010 1110 10010 111100 1000001

Color Harmonies of #DB8E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8E6E

Black with #DB8E6E

Text Example


Text Example

White with #DB8E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8E6E; }

 p { color: rgb(219,142,110); }

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

background-color css

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

 a { background-color: rgb(219,142,110); }

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

border-color css

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

 span { border-color: rgb(219,142,110); }

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