Html Css Color HEX #DB8561 Copper

📋 copy color: '#DB8561'

red 219 ◦ green 133 ◦ blue 97

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

Shades of Copper #DB8561

Tints of Copper #DB8561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

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

R = 48.78%
G = 29.62%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB8561 (or 0xDB8561) is known color: Copper. HEX triplet: DB, 85 and 61. RGB value is (219,133,97). Sum of RGB (Red+Green+Blue) = 219+133+97=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8561 is #247A9E. Grayscale: #9A9A9A. Windows color (decimal): -2390687 or 6391259. OLE color: 6391259.

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

Color convert

RGB 219 133 97 -
CMYK 0 0.39 0.56 0.14
HSL 17.7º 0.63% 0.62% -
HSV(B) 17.7º 0.56% 0.86% -
XYZ 39.76 32.7 15.53 -
YUV 154.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 219 133 97 0 0.39 0.56 0.14 17.7 0.63 0.62
Hex DB 85 61 0 27 38 E 12 3F 3E
Octal 333 205 141 0 47 70 16 22 77 76
Binary 11011011 10000101 1100001 0 100111 111000 1110 10010 111111 111110

Color Harmonies of #DB8561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8561

Black with #DB8561

Text Example


Text Example

White with #DB8561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8561; }

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

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

background-color css

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

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

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

border-color css

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

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

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