Html Css Color HEX #DB8F6E Copper

📋 copy color: '#DB8F6E'

red 219 ◦ green 143 ◦ blue 110

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

Shades of Copper #DB8F6E

Tints of Copper #DB8F6E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

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

R = 46.4%
G = 30.3%
B = 23.31%

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

#DB8F6E (or 0xDB8F6E) is known color: Copper. HEX triplet: DB, 8F and 6E. RGB value is (219,143,110). Sum of RGB (Red+Green+Blue) = 219+143+110=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F6E is #247091. Grayscale: #A2A2A2. Windows color (decimal): -2388114 or 7245787. OLE color: 7245787.

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

Color convert

RGB 219 143 110 -
CMYK 0 0.35 0.50 0.14
HSL 18.17º 0.6% 0.65% -
HSV(B) 18.17º 0.5% 0.86% -
XYZ 41.85 35.83 19.46 -
YUV 161.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 219 143 110 0 0.35 0.50 0.14 18.17 0.6 0.65
Hex DB 8F 6E 0 23 32 E 12 3C 41
Octal 333 217 156 0 43 62 16 22 74 101
Binary 11011011 10001111 1101110 0 100011 110010 1110 10010 111100 1000001

Color Harmonies of #DB8F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F6E

Black with #DB8F6E

Text Example


Text Example

White with #DB8F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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