Html Css Color HEX #DB8261 Copper

📋 copy color: '#DB8261'

red 219 ◦ green 130 ◦ blue 97

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

Shades of Copper #DB8261

Tints of Copper #DB8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.15%

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

R = 49.1%
G = 29.15%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB8261 (or 0xDB8261) is known color: Copper. HEX triplet: DB, 82 and 61. RGB value is (219,130,97). Sum of RGB (Red+Green+Blue) = 219+130+97=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8261 is #247D9E. Grayscale: #999999. Windows color (decimal): -2391455 or 6390491. OLE color: 6390491.

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

Color convert

RGB 219 130 97 -
CMYK 0 0.41 0.56 0.14
HSL 16.23º 0.63% 0.62% -
HSV(B) 16.23º 0.56% 0.86% -
XYZ 39.35 31.89 15.39 -
YUV 152.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 219 130 97 0 0.41 0.56 0.14 16.23 0.63 0.62
Hex DB 82 61 0 29 38 E 10 3F 3E
Octal 333 202 141 0 51 70 16 20 77 76
Binary 11011011 10000010 1100001 0 101001 111000 1110 10000 111111 111110

Color Harmonies of #DB8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8261

Black with #DB8261

Text Example


Text Example

White with #DB8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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