Html Css Color HEX #DA896C Copper

📋 copy color: '#DA896C'

red 218 ◦ green 137 ◦ blue 108

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

Shades of Copper #DA896C

Tints of Copper #DA896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 47.08%
G = 29.59%
B = 23.33%

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

#DA896C (or 0xDA896C) is known color: Copper. HEX triplet: DA, 89 and 6C. RGB value is (218,137,108). Sum of RGB (Red+Green+Blue) = 218+137+108=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA896C is #257693. Grayscale: #9E9E9E. Windows color (decimal): -2455188 or 7113178. OLE color: 7113178.

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

Color convert

RGB 218 137 108 -
CMYK 0 0.37 0.50 0.15
HSL 15.82º 0.6% 0.64% -
HSV(B) 15.82º 0.5% 0.85% -
XYZ 40.57 33.88 18.59 -
YUV 157.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 218 137 108 0 0.37 0.50 0.15 15.82 0.6 0.64
Hex DA 89 6C 0 25 32 F 10 3C 40
Octal 332 211 154 0 45 62 17 20 74 100
Binary 11011010 10001001 1101100 0 100101 110010 1111 10000 111100 1000000

Color Harmonies of #DA896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA896C

Black with #DA896C

Text Example


Text Example

White with #DA896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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