Html Css Color HEX #DA886E Copper

📋 copy color: '#DA886E'

red 218 ◦ green 136 ◦ blue 110

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

Shades of Copper #DA886E

Tints of Copper #DA886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

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

R = 46.98%
G = 29.31%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA886E (or 0xDA886E) is known color: Copper. HEX triplet: DA, 88 and 6E. RGB value is (218,136,110). Sum of RGB (Red+Green+Blue) = 218+136+110=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA886E is #257791. Grayscale: #9D9D9D. Windows color (decimal): -2455442 or 7243994. OLE color: 7243994.

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

Color convert

RGB 218 136 110 -
CMYK 0 0.38 0.50 0.15
HSL 14.44º 0.59% 0.64% -
HSV(B) 14.44º 0.5% 0.85% -
XYZ 40.53 33.64 19.11 -
YUV 157.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 218 136 110 0 0.38 0.50 0.15 14.44 0.59 0.64
Hex DA 88 6E 0 26 32 F E 3B 40
Octal 332 210 156 0 46 62 17 16 73 100
Binary 11011010 10001000 1101110 0 100110 110010 1111 1110 111011 1000000

Color Harmonies of #DA886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA886E

Black with #DA886E

Text Example


Text Example

White with #DA886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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