Html Css Color HEX #DA8A71 Copper

📋 copy color: '#DA8A71'

red 218 ◦ green 138 ◦ blue 113

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

Shades of Copper #DA8A71

Tints of Copper #DA8A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.09%

R = 46.48%
G = 29.42%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA8A71 (or 0xDA8A71) is known color: Copper. HEX triplet: DA, 8A and 71. RGB value is (218,138,113). Sum of RGB (Red+Green+Blue) = 218+138+113=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A71 is #25758E. Grayscale: #9F9F9F. Windows color (decimal): -2454927 or 7441114. OLE color: 7441114.

HSL color Cylindrical-coordinate representation of color #DA8A71: hue angle of 14.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA8A71 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 113 -
CMYK 0 0.37 0.48 0.15
HSL 14.29º 0.59% 0.65% -
HSV(B) 14.29º 0.48% 0.85% -
XYZ 40.98 34.27 20.08 -
YUV 159.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 218 138 113 0 0.37 0.48 0.15 14.29 0.59 0.65
Hex DA 8A 71 0 25 30 F E 3B 41
Octal 332 212 161 0 45 60 17 16 73 101
Binary 11011010 10001010 1110001 0 100101 110000 1111 1110 111011 1000001

Color Harmonies of #DA8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A71

Black with #DA8A71

Text Example


Text Example

White with #DA8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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