Html Css Color HEX #DB8868 Copper

📋 copy color: '#DB8868'

red 219 ◦ green 136 ◦ blue 104

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

Shades of Copper #DB8868

Tints of Copper #DB8868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.63%

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 47.71%
G = 29.63%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8868 (or 0xDB8868) is known color: Copper. HEX triplet: DB, 88 and 68. RGB value is (219,136,104). Sum of RGB (Red+Green+Blue) = 219+136+104=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8868 is #247797. Grayscale: #9D9D9D. Windows color (decimal): -2389912 or 6850779. OLE color: 6850779.

HSL color Cylindrical-coordinate representation of color #DB8868: hue angle of 16.7º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB8868 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 104 -
CMYK 0 0.38 0.53 0.14
HSL 16.7º 0.61% 0.63% -
HSV(B) 16.7º 0.53% 0.86% -
XYZ 40.52 33.67 17.46 -
YUV 157.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 219 136 104 0 0.38 0.53 0.14 16.7 0.61 0.63
Hex DB 88 68 0 26 35 E 11 3D 3F
Octal 333 210 150 0 46 65 16 21 75 77
Binary 11011011 10001000 1101000 0 100110 110101 1110 10001 111101 111111

Color Harmonies of #DB8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8868

Black with #DB8868

Text Example


Text Example

White with #DB8868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8868; }

 p { color: rgb(219,136,104); }

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

background-color css

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

 a { background-color: rgb(219,136,104); }

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

border-color css

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

 span { border-color: rgb(219,136,104); }

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