Html Css Color HEX #DA896F Copper

📋 copy color: '#DA896F'

red 218 ◦ green 137 ◦ blue 111

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

Shades of Copper #DA896F

Tints of Copper #DA896F

RGB

 RED value IS 218 (85.55% from 255) = 46.78%

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

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

R = 46.78%
G = 29.4%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA896F (or 0xDA896F) is known color: Copper. HEX triplet: DA, 89 and 6F. RGB value is (218,137,111). Sum of RGB (Red+Green+Blue) = 218+137+111=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA896F is #257690. Grayscale: #9E9E9E. Windows color (decimal): -2455185 or 7309786. OLE color: 7309786.

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

Color convert

RGB 218 137 111 -
CMYK 0 0.37 0.49 0.15
HSL 14.58º 0.59% 0.65% -
HSV(B) 14.58º 0.49% 0.85% -
XYZ 40.73 33.94 19.44 -
YUV 158.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 218 137 111 0 0.37 0.49 0.15 14.58 0.59 0.65
Hex DA 89 6F 0 25 31 F F 3B 41
Octal 332 211 157 0 45 61 17 17 73 101
Binary 11011010 10001001 1101111 0 100101 110001 1111 1111 111011 1000001

Color Harmonies of #DA896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA896F

Black with #DA896F

Text Example


Text Example

White with #DA896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA896F; }

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

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

background-color css

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

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

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

border-color css

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

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

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