Html Css Color HEX #DA8D63 Copper

📋 copy color: '#DA8D63'

red 218 ◦ green 141 ◦ blue 99

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

Shades of Copper #DA8D63

Tints of Copper #DA8D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.62%

R = 47.6%
G = 30.79%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA8D63 (or 0xDA8D63) is known color: Copper. HEX triplet: DA, 8D and 63. RGB value is (218,141,99). Sum of RGB (Red+Green+Blue) = 218+141+99=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D63 is #25729C. Grayscale: #9F9F9F. Windows color (decimal): -2454173 or 6524378. OLE color: 6524378.

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

Color convert

RGB 218 141 99 -
CMYK 0 0.35 0.55 0.15
HSL 21.18º 0.62% 0.62% -
HSV(B) 21.18º 0.55% 0.85% -
XYZ 40.69 34.86 16.39 -
YUV 159.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 218 141 99 0 0.35 0.55 0.15 21.18 0.62 0.62
Hex DA 8D 63 0 23 37 F 15 3E 3E
Octal 332 215 143 0 43 67 17 25 76 76
Binary 11011010 10001101 1100011 0 100011 110111 1111 10101 111110 111110

Color Harmonies of #DA8D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D63

Black with #DA8D63

Text Example


Text Example

White with #DA8D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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