Html Css Color HEX #DA886B Copper

📋 copy color: '#DA886B'

red 218 ◦ green 136 ◦ blue 107

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

Shades of Copper #DA886B

Tints of Copper #DA886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 47.29%
G = 29.5%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA886B (or 0xDA886B) is known color: Copper. HEX triplet: DA, 88 and 6B. RGB value is (218,136,107). Sum of RGB (Red+Green+Blue) = 218+136+107=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA886B is #257794. Grayscale: #9D9D9D. Windows color (decimal): -2455445 or 7047386. OLE color: 7047386.

HSL color Cylindrical-coordinate representation of color #DA886B: hue angle of 15.68º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA886B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 136 107 -
CMYK 0 0.38 0.51 0.15
HSL 15.68º 0.6% 0.64% -
HSV(B) 15.68º 0.51% 0.85% -
XYZ 40.37 33.58 18.26 -
YUV 157.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 218 136 107 0 0.38 0.51 0.15 15.68 0.6 0.64
Hex DA 88 6B 0 26 33 F 10 3C 40
Octal 332 210 153 0 46 63 17 20 74 100
Binary 11011010 10001000 1101011 0 100110 110011 1111 10000 111100 1000000

Color Harmonies of #DA886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA886B

Black with #DA886B

Text Example


Text Example

White with #DA886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA886B; }

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

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

background-color css

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

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

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

border-color css

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

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

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