Html Css Color HEX #DB8761 Copper

📋 copy color: '#DB8761'

red 219 ◦ green 135 ◦ blue 97

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

Shades of Copper #DB8761

Tints of Copper #DB8761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 48.56%
G = 29.93%
B = 21.51%

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

#DB8761 (or 0xDB8761) is known color: Copper. HEX triplet: DB, 87 and 61. RGB value is (219,135,97). Sum of RGB (Red+Green+Blue) = 219+135+97=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8761 is #24789E. Grayscale: #9C9C9C. Windows color (decimal): -2390175 or 6391771. OLE color: 6391771.

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

Color convert

RGB 219 135 97 -
CMYK 0 0.38 0.56 0.14
HSL 18.69º 0.63% 0.62% -
HSV(B) 18.69º 0.56% 0.86% -
XYZ 40.04 33.25 15.62 -
YUV 155.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 219 135 97 0 0.38 0.56 0.14 18.69 0.63 0.62
Hex DB 87 61 0 26 38 E 13 3F 3E
Octal 333 207 141 0 46 70 16 23 77 76
Binary 11011011 10000111 1100001 0 100110 111000 1110 10011 111111 111110

Color Harmonies of #DB8761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8761

Black with #DB8761

Text Example


Text Example

White with #DB8761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8761; }

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

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

background-color css

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

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

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

border-color css

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

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

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