Html Css Color HEX #DB8668 Copper

📋 copy color: '#DB8668'

red 219 ◦ green 134 ◦ blue 104

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

Shades of Copper #DB8668

Tints of Copper #DB8668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.32%

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

R = 47.92%
G = 29.32%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8668 (or 0xDB8668) is known color: Copper. HEX triplet: DB, 86 and 68. RGB value is (219,134,104). Sum of RGB (Red+Green+Blue) = 219+134+104=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8668 is #247997. Grayscale: #9C9C9C. Windows color (decimal): -2390424 or 6850267. OLE color: 6850267.

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

Color convert

RGB 219 134 104 -
CMYK 0 0.39 0.53 0.14
HSL 15.65º 0.61% 0.63% -
HSV(B) 15.65º 0.53% 0.86% -
XYZ 40.24 33.11 17.37 -
YUV 156 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 219 134 104 0 0.39 0.53 0.14 15.65 0.61 0.63
Hex DB 86 68 0 27 35 E 10 3D 3F
Octal 333 206 150 0 47 65 16 20 75 77
Binary 11011011 10000110 1101000 0 100111 110101 1110 10000 111101 111111

Color Harmonies of #DB8668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8668

Black with #DB8668

Text Example


Text Example

White with #DB8668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8668; }

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

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

background-color css

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

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

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

border-color css

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

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

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