Html Css Color HEX #DB8161 Copper

📋 copy color: '#DB8161'

red 219 ◦ green 129 ◦ blue 97

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

Shades of Copper #DB8161

Tints of Copper #DB8161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.99%

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

R = 49.21%
G = 28.99%
B = 21.8%

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

#DB8161 (or 0xDB8161) is known color: Copper. HEX triplet: DB, 81 and 61. RGB value is (219,129,97). Sum of RGB (Red+Green+Blue) = 219+129+97=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8161 is #247E9E. Grayscale: #989898. Windows color (decimal): -2391711 or 6390235. OLE color: 6390235.

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

Color convert

RGB 219 129 97 -
CMYK 0 0.41 0.56 0.14
HSL 15.74º 0.63% 0.62% -
HSV(B) 15.74º 0.56% 0.86% -
XYZ 39.22 31.62 15.35 -
YUV 152.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 219 129 97 0 0.41 0.56 0.14 15.74 0.63 0.62
Hex DB 81 61 0 29 38 E 10 3F 3E
Octal 333 201 141 0 51 70 16 20 77 76
Binary 11011011 10000001 1100001 0 101001 111000 1110 10000 111111 111110

Color Harmonies of #DB8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8161

Black with #DB8161

Text Example


Text Example

White with #DB8161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8161; }

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

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

background-color css

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

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

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

border-color css

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

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

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