Html Css Color HEX #DA896D Copper

📋 copy color: '#DA896D'

red 218 ◦ green 137 ◦ blue 109

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

Shades of Copper #DA896D

Tints of Copper #DA896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.49%

R = 46.98%
G = 29.53%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA896D (or 0xDA896D) is known color: Copper. HEX triplet: DA, 89 and 6D. RGB value is (218,137,109). Sum of RGB (Red+Green+Blue) = 218+137+109=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA896D is #257692. Grayscale: #9E9E9E. Windows color (decimal): -2455187 or 7178714. OLE color: 7178714.

HSL color Cylindrical-coordinate representation of color #DA896D: hue angle of 15.41º degrees, saturation: 0.6, 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 #DA896D is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 137 109 -
CMYK 0 0.37 0.5 0.15
HSL 15.41º 0.6% 0.64% -
HSV(B) 15.41º 0.5% 0.85% -
XYZ 40.62 33.9 18.87 -
YUV 158.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 218 137 109 0 0.37 0.5 0.15 15.41 0.6 0.64
Hex DA 89 6D 0 25 32 F F 3C 40
Octal 332 211 155 0 45 62 17 17 74 100
Binary 11011010 10001001 1101101 0 100101 110010 1111 1111 111100 1000000

Color Harmonies of #DA896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA896D

Black with #DA896D

Text Example


Text Example

White with #DA896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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