Html Css Color HEX #DB8A68 Copper

📋 copy color: '#DB8A68'

red 219 ◦ green 138 ◦ blue 104

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

Shades of Copper #DB8A68

Tints of Copper #DB8A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 47.51%
G = 29.93%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8A68 (or 0xDB8A68) is known color: Copper. HEX triplet: DB, 8A and 68. RGB value is (219,138,104). Sum of RGB (Red+Green+Blue) = 219+138+104=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A68 is #247597. Grayscale: #9E9E9E. Windows color (decimal): -2389400 or 6851291. OLE color: 6851291.

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

Color convert

RGB 219 138 104 -
CMYK 0 0.37 0.53 0.14
HSL 17.74º 0.61% 0.63% -
HSV(B) 17.74º 0.53% 0.86% -
XYZ 40.8 34.24 17.55 -
YUV 158.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 219 138 104 0 0.37 0.53 0.14 17.74 0.61 0.63
Hex DB 8A 68 0 25 35 E 12 3D 3F
Octal 333 212 150 0 45 65 16 22 75 77
Binary 11011011 10001010 1101000 0 100101 110101 1110 10010 111101 111111

Color Harmonies of #DB8A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A68

Black with #DB8A68

Text Example


Text Example

White with #DB8A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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