Html Css Color HEX #DB8F70 Copper

📋 copy color: '#DB8F70'

red 219 ◦ green 143 ◦ blue 112

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

Shades of Copper #DB8F70

Tints of Copper #DB8F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.63%

R = 46.2%
G = 30.17%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB8F70 (or 0xDB8F70) is known color: Copper. HEX triplet: DB, 8F and 70. RGB value is (219,143,112). Sum of RGB (Red+Green+Blue) = 219+143+112=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F70 is #24708F. Grayscale: #A2A2A2. Windows color (decimal): -2388112 or 7376859. OLE color: 7376859.

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

Color convert

RGB 219 143 112 -
CMYK 0 0.35 0.49 0.14
HSL 17.38º 0.6% 0.65% -
HSV(B) 17.38º 0.49% 0.86% -
XYZ 41.96 35.87 20.04 -
YUV 162.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 219 143 112 0 0.35 0.49 0.14 17.38 0.6 0.65
Hex DB 8F 70 0 23 31 E 11 3C 41
Octal 333 217 160 0 43 61 16 21 74 101
Binary 11011011 10001111 1110000 0 100011 110001 1110 10001 111100 1000001

Color Harmonies of #DB8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F70

Black with #DB8F70

Text Example


Text Example

White with #DB8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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