Html Css Color HEX #DA8A6D Copper

📋 copy color: '#DA8A6D'

red 218 ◦ green 138 ◦ blue 109

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

Shades of Copper #DA8A6D

Tints of Copper #DA8A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.68%

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

R = 46.88%
G = 29.68%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA8A6D (or 0xDA8A6D) is known color: Copper. HEX triplet: DA, 8A and 6D. RGB value is (218,138,109). Sum of RGB (Red+Green+Blue) = 218+138+109=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A6D is #257592. Grayscale: #9E9E9E. Windows color (decimal): -2454931 or 7178970. OLE color: 7178970.

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

Color convert

RGB 218 138 109 -
CMYK 0 0.37 0.5 0.15
HSL 15.96º 0.6% 0.64% -
HSV(B) 15.96º 0.5% 0.85% -
XYZ 40.76 34.19 18.92 -
YUV 158.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 218 138 109 0 0.37 0.5 0.15 15.96 0.6 0.64
Hex DA 8A 6D 0 25 32 F 10 3C 40
Octal 332 212 155 0 45 62 17 20 74 100
Binary 11011010 10001010 1101101 0 100101 110010 1111 10000 111100 1000000

Color Harmonies of #DA8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A6D

Black with #DA8A6D

Text Example


Text Example

White with #DA8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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