Html Css Color HEX #DA886C Copper

📋 copy color: '#DA886C'

red 218 ◦ green 136 ◦ blue 108

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

Shades of Copper #DA886C

Tints of Copper #DA886C

RGB

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

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

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

R = 47.19%
G = 29.44%
B = 23.38%

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

#DA886C (or 0xDA886C) is known color: Copper. HEX triplet: DA, 88 and 6C. RGB value is (218,136,108). Sum of RGB (Red+Green+Blue) = 218+136+108=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA886C is #257793. Grayscale: #9D9D9D. Windows color (decimal): -2455444 or 7112922. OLE color: 7112922.

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

Color convert

RGB 218 136 108 -
CMYK 0 0.38 0.50 0.15
HSL 15.27º 0.6% 0.64% -
HSV(B) 15.27º 0.5% 0.85% -
XYZ 40.42 33.6 18.54 -
YUV 157.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 218 136 108 0 0.38 0.50 0.15 15.27 0.6 0.64
Hex DA 88 6C 0 26 32 F F 3C 40
Octal 332 210 154 0 46 62 17 17 74 100
Binary 11011010 10001000 1101100 0 100110 110010 1111 1111 111100 1000000

Color Harmonies of #DA886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA886C

Black with #DA886C

Text Example


Text Example

White with #DA886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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