Html Css Color HEX #DA8D6D Copper

📋 copy color: '#DA8D6D'

red 218 ◦ green 141 ◦ blue 109

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

Shades of Copper #DA8D6D

Tints of Copper #DA8D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 46.58%
G = 30.13%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA8D6D (or 0xDA8D6D) is known color: Copper. HEX triplet: DA, 8D and 6D. RGB value is (218,141,109). Sum of RGB (Red+Green+Blue) = 218+141+109=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D6D is #257292. Grayscale: #A0A0A0. Windows color (decimal): -2454163 or 7179738. OLE color: 7179738.

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

Color convert

RGB 218 141 109 -
CMYK 0 0.35 0.5 0.15
HSL 17.61º 0.6% 0.64% -
HSV(B) 17.61º 0.5% 0.85% -
XYZ 41.2 35.06 19.06 -
YUV 160.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 218 141 109 0 0.35 0.5 0.15 17.61 0.6 0.64
Hex DA 8D 6D 0 23 32 F 12 3C 40
Octal 332 215 155 0 43 62 17 22 74 100
Binary 11011010 10001101 1101101 0 100011 110010 1111 10010 111100 1000000

Color Harmonies of #DA8D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D6D

Black with #DA8D6D

Text Example


Text Example

White with #DA8D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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