Html Css Color HEX #DA8365 Copper

📋 copy color: '#DA8365'

red 218 ◦ green 131 ◦ blue 101

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

Shades of Copper #DA8365

Tints of Copper #DA8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

 BLUE value IS 101 (39.84% from 255) = 22.44%

R = 48.44%
G = 29.11%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA8365 (or 0xDA8365) is known color: Copper. HEX triplet: DA, 83 and 65. RGB value is (218,131,101). Sum of RGB (Red+Green+Blue) = 218+131+101=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8365 is #257C9A. Grayscale: #999999. Windows color (decimal): -2456731 or 6652890. OLE color: 6652890.

HSL color Cylindrical-coordinate representation of color #DA8365: hue angle of 15.38º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA8365 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 101 -
CMYK 0 0.40 0.54 0.15
HSL 15.38º 0.61% 0.63% -
HSV(B) 15.38º 0.54% 0.85% -
XYZ 39.38 32.08 16.43 -
YUV 153.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 218 131 101 0 0.40 0.54 0.15 15.38 0.61 0.63
Hex DA 83 65 0 28 36 F F 3D 3F
Octal 332 203 145 0 50 66 17 17 75 77
Binary 11011010 10000011 1100101 0 101000 110110 1111 1111 111101 111111

Color Harmonies of #DA8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8365

Black with #DA8365

Text Example


Text Example

White with #DA8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8365; }

 p { color: rgb(218,131,101); }

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

background-color css

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

 a { background-color: rgb(218,131,101); }

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

border-color css

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

 span { border-color: rgb(218,131,101); }

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