Html Css Color HEX #DA8D60 Copper

📋 copy color: '#DA8D60'

red 218 ◦ green 141 ◦ blue 96

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

Shades of Copper #DA8D60

Tints of Copper #DA8D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.1%

R = 47.91%
G = 30.99%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8D60 (or 0xDA8D60) is known color: Copper. HEX triplet: DA, 8D and 60. RGB value is (218,141,96). Sum of RGB (Red+Green+Blue) = 218+141+96=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D60 is #25729F. Grayscale: #9F9F9F. Windows color (decimal): -2454176 or 6327770. OLE color: 6327770.

HSL color Cylindrical-coordinate representation of color #DA8D60: hue angle of 22.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA8D60 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 141 96 -
CMYK 0 0.35 0.56 0.15
HSL 22.13º 0.62% 0.62% -
HSV(B) 22.13º 0.56% 0.85% -
XYZ 40.55 34.8 15.65 -
YUV 158.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 218 141 96 0 0.35 0.56 0.15 22.13 0.62 0.62
Hex DA 8D 60 0 23 38 F 16 3E 3E
Octal 332 215 140 0 43 70 17 26 76 76
Binary 11011010 10001101 1100000 0 100011 111000 1111 10110 111110 111110

Color Harmonies of #DA8D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D60

Black with #DA8D60

Text Example


Text Example

White with #DA8D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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