Html Css Color HEX #DB8360 Copper

📋 copy color: '#DB8360'

red 219 ◦ green 131 ◦ blue 96

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

Shades of Copper #DB8360

Tints of Copper #DB8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

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

R = 49.1%
G = 29.37%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB8360 (or 0xDB8360) is known color: Copper. HEX triplet: DB, 83 and 60. RGB value is (219,131,96). Sum of RGB (Red+Green+Blue) = 219+131+96=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8360 is #247C9F. Grayscale: #999999. Windows color (decimal): -2391200 or 6325211. OLE color: 6325211.

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

Color convert

RGB 219 131 96 -
CMYK 0 0.40 0.56 0.14
HSL 17.07º 0.63% 0.62% -
HSV(B) 17.07º 0.56% 0.86% -
XYZ 39.44 32.14 15.19 -
YUV 153.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 219 131 96 0 0.40 0.56 0.14 17.07 0.63 0.62
Hex DB 83 60 0 28 38 E 11 3F 3E
Octal 333 203 140 0 50 70 16 21 77 76
Binary 11011011 10000011 1100000 0 101000 111000 1110 10001 111111 111110

Color Harmonies of #DB8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8360

Black with #DB8360

Text Example


Text Example

White with #DB8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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