Html Css Color HEX #DB8666 Copper

📋 copy color: '#DB8666'

red 219 ◦ green 134 ◦ blue 102

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

Shades of Copper #DB8666

Tints of Copper #DB8666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.42%

R = 48.13%
G = 29.45%
B = 22.42%

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

#DB8666 (or 0xDB8666) is known color: Copper. HEX triplet: DB, 86 and 66. RGB value is (219,134,102). Sum of RGB (Red+Green+Blue) = 219+134+102=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8666 is #247999. Grayscale: #9B9B9B. Windows color (decimal): -2390426 or 6719195. OLE color: 6719195.

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

Color convert

RGB 219 134 102 -
CMYK 0 0.39 0.53 0.14
HSL 16.41º 0.62% 0.63% -
HSV(B) 16.41º 0.53% 0.86% -
XYZ 40.14 33.07 16.84 -
YUV 155.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 219 134 102 0 0.39 0.53 0.14 16.41 0.62 0.63
Hex DB 86 66 0 27 35 E 10 3E 3F
Octal 333 206 146 0 47 65 16 20 76 77
Binary 11011011 10000110 1100110 0 100111 110101 1110 10000 111110 111111

Color Harmonies of #DB8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8666

Black with #DB8666

Text Example


Text Example

White with #DB8666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8666; }

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

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

background-color css

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

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

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

border-color css

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

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

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