Html Css Color HEX #DB8A6E Copper

📋 copy color: '#DB8A6E'

red 219 ◦ green 138 ◦ blue 110

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

Shades of Copper #DB8A6E

Tints of Copper #DB8A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 46.9%
G = 29.55%
B = 23.55%

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

#DB8A6E (or 0xDB8A6E) is known color: Copper. HEX triplet: DB, 8A and 6E. RGB value is (219,138,110). Sum of RGB (Red+Green+Blue) = 219+138+110=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A6E is #247591. Grayscale: #9F9F9F. Windows color (decimal): -2389394 or 7244507. OLE color: 7244507.

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

Color convert

RGB 219 138 110 -
CMYK 0 0.37 0.50 0.14
HSL 15.41º 0.6% 0.65% -
HSV(B) 15.41º 0.5% 0.86% -
XYZ 41.12 34.36 19.22 -
YUV 159.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 219 138 110 0 0.37 0.50 0.14 15.41 0.6 0.65
Hex DB 8A 6E 0 25 32 E F 3C 41
Octal 333 212 156 0 45 62 16 17 74 101
Binary 11011011 10001010 1101110 0 100101 110010 1110 1111 111100 1000001

Color Harmonies of #DB8A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A6E

Black with #DB8A6E

Text Example


Text Example

White with #DB8A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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