Html Css Color HEX #DB896F Copper

📋 copy color: '#DB896F'

red 219 ◦ green 137 ◦ blue 111

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

Shades of Copper #DB896F

Tints of Copper #DB896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.34%

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 46.9%
G = 29.34%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB896F (or 0xDB896F) is known color: Copper. HEX triplet: DB, 89 and 6F. RGB value is (219,137,111). Sum of RGB (Red+Green+Blue) = 219+137+111=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB896F is #247690. Grayscale: #9E9E9E. Windows color (decimal): -2389649 or 7309787. OLE color: 7309787.

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

Color convert

RGB 219 137 111 -
CMYK 0 0.37 0.49 0.14
HSL 14.44º 0.6% 0.65% -
HSV(B) 14.44º 0.49% 0.86% -
XYZ 41.03 34.1 19.46 -
YUV 158.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 219 137 111 0 0.37 0.49 0.14 14.44 0.6 0.65
Hex DB 89 6F 0 25 31 E E 3C 41
Octal 333 211 157 0 45 61 16 16 74 101
Binary 11011011 10001001 1101111 0 100101 110001 1110 1110 111100 1000001

Color Harmonies of #DB896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB896F

Black with #DB896F

Text Example


Text Example

White with #DB896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB896F; }

 p { color: rgb(219,137,111); }

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

background-color css

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

 a { background-color: rgb(219,137,111); }

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

border-color css

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

 span { border-color: rgb(219,137,111); }

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