Html Css Color HEX #DB8C68 Copper

📋 copy color: '#DB8C68'

red 219 ◦ green 140 ◦ blue 104

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

Shades of Copper #DB8C68

Tints of Copper #DB8C68

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.24%

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

R = 47.3%
G = 30.24%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8C68 (or 0xDB8C68) is known color: Copper. HEX triplet: DB, 8C and 68. RGB value is (219,140,104). Sum of RGB (Red+Green+Blue) = 219+140+104=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C68 is #247397. Grayscale: #9F9F9F. Windows color (decimal): -2388888 or 6851803. OLE color: 6851803.

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

Color convert

RGB 219 140 104 -
CMYK 0 0.36 0.53 0.14
HSL 18.78º 0.61% 0.63% -
HSV(B) 18.78º 0.53% 0.86% -
XYZ 41.09 34.82 17.65 -
YUV 159.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 219 140 104 0 0.36 0.53 0.14 18.78 0.61 0.63
Hex DB 8C 68 0 24 35 E 13 3D 3F
Octal 333 214 150 0 44 65 16 23 75 77
Binary 11011011 10001100 1101000 0 100100 110101 1110 10011 111101 111111

Color Harmonies of #DB8C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C68

Black with #DB8C68

Text Example


Text Example

White with #DB8C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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