Html Css Color HEX #DB8760 Copper

📋 copy color: '#DB8760'

red 219 ◦ green 135 ◦ blue 96

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

Shades of Copper #DB8760

Tints of Copper #DB8760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30%

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 48.67%
G = 30%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB8760 (or 0xDB8760) is known color: Copper. HEX triplet: DB, 87 and 60. RGB value is (219,135,96). Sum of RGB (Red+Green+Blue) = 219+135+96=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8760 is #24789F. Grayscale: #9B9B9B. Windows color (decimal): -2390176 or 6326235. OLE color: 6326235.

HSL color Cylindrical-coordinate representation of color #DB8760: hue angle of 19.02º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB8760 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 135 96 -
CMYK 0 0.38 0.56 0.14
HSL 19.02º 0.63% 0.62% -
HSV(B) 19.02º 0.56% 0.86% -
XYZ 39.99 33.23 15.37 -
YUV 155.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 219 135 96 0 0.38 0.56 0.14 19.02 0.63 0.62
Hex DB 87 60 0 26 38 E 13 3F 3E
Octal 333 207 140 0 46 70 16 23 77 76
Binary 11011011 10000111 1100000 0 100110 111000 1110 10011 111111 111110

Color Harmonies of #DB8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8760

Black with #DB8760

Text Example


Text Example

White with #DB8760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8760; }

 p { color: rgb(219,135,96); }

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

background-color css

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

 a { background-color: rgb(219,135,96); }

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

border-color css

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

 span { border-color: rgb(219,135,96); }

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