Html Css Color HEX #DB8A70 Copper

📋 copy color: '#DB8A70'

red 219 ◦ green 138 ◦ blue 112

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

Shades of Copper #DB8A70

Tints of Copper #DB8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

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

R = 46.7%
G = 29.42%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB8A70 (or 0xDB8A70) is known color: Copper. HEX triplet: DB, 8A and 70. RGB value is (219,138,112). Sum of RGB (Red+Green+Blue) = 219+138+112=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A70 is #24758F. Grayscale: #9F9F9F. Windows color (decimal): -2389392 or 7375579. OLE color: 7375579.

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

Color convert

RGB 219 138 112 -
CMYK 0 0.37 0.49 0.14
HSL 14.58º 0.6% 0.65% -
HSV(B) 14.58º 0.49% 0.86% -
XYZ 41.23 34.41 19.8 -
YUV 159.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 219 138 112 0 0.37 0.49 0.14 14.58 0.6 0.65
Hex DB 8A 70 0 25 31 E F 3C 41
Octal 333 212 160 0 45 61 16 17 74 101
Binary 11011011 10001010 1110000 0 100101 110001 1110 1111 111100 1000001

Color Harmonies of #DB8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A70

Black with #DB8A70

Text Example


Text Example

White with #DB8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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