Html Css Color HEX #DA896E Copper

📋 copy color: '#DA896E'

red 218 ◦ green 137 ◦ blue 110

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

Shades of Copper #DA896E

Tints of Copper #DA896E

RGB

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

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

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

R = 46.88%
G = 29.46%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA896E (or 0xDA896E) is known color: Copper. HEX triplet: DA, 89 and 6E. RGB value is (218,137,110). Sum of RGB (Red+Green+Blue) = 218+137+110=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA896E is #257691. Grayscale: #9E9E9E. Windows color (decimal): -2455186 or 7244250. OLE color: 7244250.

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

Color convert

RGB 218 137 110 -
CMYK 0 0.37 0.50 0.15
HSL 15º 0.59% 0.64% -
HSV(B) 15º 0.5% 0.85% -
XYZ 40.67 33.92 19.16 -
YUV 158.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 218 137 110 0 0.37 0.50 0.15 15 0.59 0.64
Hex DA 89 6E 0 25 32 F F 3B 40
Octal 332 211 156 0 45 62 17 17 73 100
Binary 11011010 10001001 1101110 0 100101 110010 1111 1111 111011 1000000

Color Harmonies of #DA896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA896E

Black with #DA896E

Text Example


Text Example

White with #DA896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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