Html Css Color HEX #DB8767 Copper

📋 copy color: '#DB8767'

red 219 ◦ green 135 ◦ blue 103

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

Shades of Copper #DB8767

Tints of Copper #DB8767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.54%

R = 47.92%
G = 29.54%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8767 (or 0xDB8767) is known color: Copper. HEX triplet: DB, 87 and 67. RGB value is (219,135,103). Sum of RGB (Red+Green+Blue) = 219+135+103=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8767 is #247898. Grayscale: #9C9C9C. Windows color (decimal): -2390169 or 6784987. OLE color: 6784987.

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

Color convert

RGB 219 135 103 -
CMYK 0 0.38 0.53 0.14
HSL 16.55º 0.62% 0.63% -
HSV(B) 16.55º 0.53% 0.86% -
XYZ 40.33 33.37 17.15 -
YUV 156.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 219 135 103 0 0.38 0.53 0.14 16.55 0.62 0.63
Hex DB 87 67 0 26 35 E 11 3E 3F
Octal 333 207 147 0 46 65 16 21 76 77
Binary 11011011 10000111 1100111 0 100110 110101 1110 10001 111110 111111

Color Harmonies of #DB8767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8767

Black with #DB8767

Text Example


Text Example

White with #DB8767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8767; }

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

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

background-color css

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

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

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

border-color css

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

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

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