Html Css Color HEX #DA886A Copper

📋 copy color: '#DA886A'

red 218 ◦ green 136 ◦ blue 106

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

Shades of Copper #DA886A

Tints of Copper #DA886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.04%

R = 47.39%
G = 29.57%
B = 23.04%

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

#DA886A (or 0xDA886A) is known color: Copper. HEX triplet: DA, 88 and 6A. RGB value is (218,136,106). Sum of RGB (Red+Green+Blue) = 218+136+106=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA886A is #257795. Grayscale: #9D9D9D. Windows color (decimal): -2455446 or 6981850. OLE color: 6981850.

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

Color convert

RGB 218 136 106 -
CMYK 0 0.38 0.51 0.15
HSL 16.07º 0.6% 0.64% -
HSV(B) 16.07º 0.51% 0.85% -
XYZ 40.32 33.55 17.99 -
YUV 157.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 218 136 106 0 0.38 0.51 0.15 16.07 0.6 0.64
Hex DA 88 6A 0 26 33 F 10 3C 40
Octal 332 210 152 0 46 63 17 20 74 100
Binary 11011010 10001000 1101010 0 100110 110011 1111 10000 111100 1000000

Color Harmonies of #DA886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA886A

Black with #DA886A

Text Example


Text Example

White with #DA886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA886A; }

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

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

background-color css

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

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

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

border-color css

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

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

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