Html Css Color HEX #DB8068 Copper

📋 copy color: '#DB8068'

red 219 ◦ green 128 ◦ blue 104

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

Shades of Copper #DB8068

Tints of Copper #DB8068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.38%

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

R = 48.56%
G = 28.38%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8068 (or 0xDB8068) is known color: Copper. HEX triplet: DB, 80 and 68. RGB value is (219,128,104). Sum of RGB (Red+Green+Blue) = 219+128+104=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8068 is #247F97. Grayscale: #989898. Windows color (decimal): -2391960 or 6848731. OLE color: 6848731.

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

Color convert

RGB 219 128 104 -
CMYK 0 0.42 0.53 0.14
HSL 12.52º 0.61% 0.63% -
HSV(B) 12.52º 0.53% 0.86% -
XYZ 39.43 31.5 17.1 -
YUV 152.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 219 128 104 0 0.42 0.53 0.14 12.52 0.61 0.63
Hex DB 80 68 0 2A 35 E D 3D 3F
Octal 333 200 150 0 52 65 16 15 75 77
Binary 11011011 10000000 1101000 0 101010 110101 1110 1101 111101 111111

Color Harmonies of #DB8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8068

Black with #DB8068

Text Example


Text Example

White with #DB8068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8068; }

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

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

background-color css

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

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

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

border-color css

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

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

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