Html Css Color HEX #DB8461 Copper

📋 copy color: '#DB8461'

red 219 ◦ green 132 ◦ blue 97

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

Shades of Copper #DB8461

Tints of Copper #DB8461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

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

R = 48.88%
G = 29.46%
B = 21.65%

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

#DB8461 (or 0xDB8461) is known color: Copper. HEX triplet: DB, 84 and 61. RGB value is (219,132,97). Sum of RGB (Red+Green+Blue) = 219+132+97=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8461 is #247B9E. Grayscale: #9A9A9A. Windows color (decimal): -2390943 or 6391003. OLE color: 6391003.

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

Color convert

RGB 219 132 97 -
CMYK 0 0.40 0.56 0.14
HSL 17.21º 0.63% 0.62% -
HSV(B) 17.21º 0.56% 0.86% -
XYZ 39.62 32.43 15.48 -
YUV 154.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 219 132 97 0 0.40 0.56 0.14 17.21 0.63 0.62
Hex DB 84 61 0 28 38 E 11 3F 3E
Octal 333 204 141 0 50 70 16 21 77 76
Binary 11011011 10000100 1100001 0 101000 111000 1110 10001 111111 111110

Color Harmonies of #DB8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8461

Black with #DB8461

Text Example


Text Example

White with #DB8461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8461; }

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

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

background-color css

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

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

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

border-color css

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

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

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