Html Css Color HEX #DB8764 Copper

📋 copy color: '#DB8764'

red 219 ◦ green 135 ◦ blue 100

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

Shades of Copper #DB8764

Tints of Copper #DB8764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 48.24%
G = 29.74%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB8764 (or 0xDB8764) is known color: Copper. HEX triplet: DB, 87 and 64. RGB value is (219,135,100). Sum of RGB (Red+Green+Blue) = 219+135+100=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8764 is #24789B. Grayscale: #9C9C9C. Windows color (decimal): -2390172 or 6588379. OLE color: 6588379.

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

Color convert

RGB 219 135 100 -
CMYK 0 0.38 0.54 0.14
HSL 17.65º 0.62% 0.63% -
HSV(B) 17.65º 0.54% 0.86% -
XYZ 40.18 33.31 16.37 -
YUV 156.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 219 135 100 0 0.38 0.54 0.14 17.65 0.62 0.63
Hex DB 87 64 0 26 36 E 12 3E 3F
Octal 333 207 144 0 46 66 16 22 76 77
Binary 11011011 10000111 1100100 0 100110 110110 1110 10010 111110 111111

Color Harmonies of #DB8764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8764

Black with #DB8764

Text Example


Text Example

White with #DB8764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8764; }

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

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

background-color css

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

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

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

border-color css

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

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

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