Html Css Color HEX #DB8A6D Copper

📋 copy color: '#DB8A6D'

red 219 ◦ green 138 ◦ blue 109

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

Shades of Copper #DB8A6D

Tints of Copper #DB8A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 47%
G = 29.61%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB8A6D (or 0xDB8A6D) is known color: Copper. HEX triplet: DB, 8A and 6D. RGB value is (219,138,109). Sum of RGB (Red+Green+Blue) = 219+138+109=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A6D is #247592. Grayscale: #9F9F9F. Windows color (decimal): -2389395 or 7178971. OLE color: 7178971.

HSL color Cylindrical-coordinate representation of color #DB8A6D: hue angle of 15.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB8A6D is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 138 109 -
CMYK 0 0.37 0.50 0.14
HSL 15.82º 0.6% 0.64% -
HSV(B) 15.82º 0.5% 0.86% -
XYZ 41.06 34.34 18.93 -
YUV 158.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 219 138 109 0 0.37 0.50 0.14 15.82 0.6 0.64
Hex DB 8A 6D 0 25 32 E 10 3C 40
Octal 333 212 155 0 45 62 16 20 74 100
Binary 11011011 10001010 1101101 0 100101 110010 1110 10000 111100 1000000

Color Harmonies of #DB8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A6D

Black with #DB8A6D

Text Example


Text Example

White with #DB8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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