Html Css Color HEX #DB8B60 Copper

📋 copy color: '#DB8B60'

red 219 ◦ green 139 ◦ blue 96

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

Shades of Copper #DB8B60

Tints of Copper #DB8B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

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

R = 48.24%
G = 30.62%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB8B60 (or 0xDB8B60) is known color: Copper. HEX triplet: DB, 8B and 60. RGB value is (219,139,96). Sum of RGB (Red+Green+Blue) = 219+139+96=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B60 is #24749F. Grayscale: #9E9E9E. Windows color (decimal): -2389152 or 6327259. OLE color: 6327259.

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

Color convert

RGB 219 139 96 -
CMYK 0 0.37 0.56 0.14
HSL 20.98º 0.63% 0.62% -
HSV(B) 20.98º 0.56% 0.86% -
XYZ 40.56 34.37 15.56 -
YUV 158.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 219 139 96 0 0.37 0.56 0.14 20.98 0.63 0.62
Hex DB 8B 60 0 25 38 E 15 3F 3E
Octal 333 213 140 0 45 70 16 25 77 76
Binary 11011011 10001011 1100000 0 100101 111000 1110 10101 111111 111110

Color Harmonies of #DB8B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B60

Black with #DB8B60

Text Example


Text Example

White with #DB8B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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