Html Css Color HEX #DA8D6E Copper

📋 copy color: '#DA8D6E'

red 218 ◦ green 141 ◦ blue 110

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

Shades of Copper #DA8D6E

Tints of Copper #DA8D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.45%

R = 46.48%
G = 30.06%
B = 23.45%

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

#DA8D6E (or 0xDA8D6E) is known color: Copper. HEX triplet: DA, 8D and 6E. RGB value is (218,141,110). Sum of RGB (Red+Green+Blue) = 218+141+110=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D6E is #257291. Grayscale: #A0A0A0. Windows color (decimal): -2454162 or 7245274. OLE color: 7245274.

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

Color convert

RGB 218 141 110 -
CMYK 0 0.35 0.50 0.15
HSL 17.22º 0.59% 0.64% -
HSV(B) 17.22º 0.5% 0.85% -
XYZ 41.25 35.08 19.35 -
YUV 160.49 99.51 169.02 -
System Red Green Blue C M Y K H S L
Decimal 218 141 110 0 0.35 0.50 0.15 17.22 0.59 0.64
Hex DA 8D 6E 0 23 32 F 11 3B 40
Octal 332 215 156 0 43 62 17 21 73 100
Binary 11011010 10001101 1101110 0 100011 110010 1111 10001 111011 1000000

Color Harmonies of #DA8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D6E

Black with #DA8D6E

Text Example


Text Example

White with #DA8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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