Html Css Color HEX #DA8D6C Copper

📋 copy color: '#DA8D6C'

red 218 ◦ green 141 ◦ blue 108

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

Shades of Copper #DA8D6C

Tints of Copper #DA8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

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

R = 46.68%
G = 30.19%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA8D6C (or 0xDA8D6C) is known color: Copper. HEX triplet: DA, 8D and 6C. RGB value is (218,141,108). Sum of RGB (Red+Green+Blue) = 218+141+108=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D6C is #257293. Grayscale: #A0A0A0. Windows color (decimal): -2454164 or 7114202. OLE color: 7114202.

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

Color convert

RGB 218 141 108 -
CMYK 0 0.35 0.50 0.15
HSL 18º 0.6% 0.64% -
HSV(B) 18º 0.5% 0.85% -
XYZ 41.15 35.04 18.78 -
YUV 160.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 218 141 108 0 0.35 0.50 0.15 18 0.6 0.64
Hex DA 8D 6C 0 23 32 F 12 3C 40
Octal 332 215 154 0 43 62 17 22 74 100
Binary 11011010 10001101 1101100 0 100011 110010 1111 10010 111100 1000000

Color Harmonies of #DA8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D6C

Black with #DA8D6C

Text Example


Text Example

White with #DA8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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