Html Css Color HEX #DB896A Copper

📋 copy color: '#DB896A'

red 219 ◦ green 137 ◦ blue 106

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

Shades of Copper #DB896A

Tints of Copper #DB896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 47.4%
G = 29.65%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB896A (or 0xDB896A) is known color: Copper. HEX triplet: DB, 89 and 6A. RGB value is (219,137,106). Sum of RGB (Red+Green+Blue) = 219+137+106=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB896A is #247695. Grayscale: #9E9E9E. Windows color (decimal): -2389654 or 6982107. OLE color: 6982107.

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

Color convert

RGB 219 137 106 -
CMYK 0 0.37 0.52 0.14
HSL 16.46º 0.61% 0.64% -
HSV(B) 16.46º 0.52% 0.86% -
XYZ 40.76 33.99 18.05 -
YUV 157.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 219 137 106 0 0.37 0.52 0.14 16.46 0.61 0.64
Hex DB 89 6A 0 25 34 E 10 3D 40
Octal 333 211 152 0 45 64 16 20 75 100
Binary 11011011 10001001 1101010 0 100101 110100 1110 10000 111101 1000000

Color Harmonies of #DB896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB896A

Black with #DB896A

Text Example


Text Example

White with #DB896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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