Html Css Color HEX #DB8659 Copper

📋 copy color: '#DB8659'

red 219 ◦ green 134 ◦ blue 89

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

Shades of Copper #DB8659

Tints of Copper #DB8659

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

 BLUE value IS 89 (35.16% from 255) = 20.14%

R = 49.55%
G = 30.32%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB8659 (or 0xDB8659) is known color: Copper. HEX triplet: DB, 86 and 59. RGB value is (219,134,89). Sum of RGB (Red+Green+Blue) = 219+134+89=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8659 is #2479A6. Grayscale: #9A9A9A. Windows color (decimal): -2390439 or 5867227. OLE color: 5867227.

HSL color Cylindrical-coordinate representation of color #DB8659: hue angle of 20.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB8659 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 134 89 -
CMYK 0 0.39 0.59 0.14
HSL 20.77º 0.64% 0.6% -
HSV(B) 20.77º 0.59% 0.86% -
XYZ 39.54 32.83 13.7 -
YUV 154.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 219 134 89 0 0.39 0.59 0.14 20.77 0.64 0.6
Hex DB 86 59 0 27 3B E 15 40 3C
Octal 333 206 131 0 47 73 16 25 100 74
Binary 11011011 10000110 1011001 0 100111 111011 1110 10101 1000000 111100

Color Harmonies of #DB8659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8659

Black with #DB8659

Text Example


Text Example

White with #DB8659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8659; }

 p { color: rgb(219,134,89); }

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

background-color css

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

 a { background-color: rgb(219,134,89); }

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

border-color css

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

 span { border-color: rgb(219,134,89); }

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