Html Css Color HEX #DA8865 Copper

📋 copy color: '#DA8865'

red 218 ◦ green 136 ◦ blue 101

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

Shades of Copper #DA8865

Tints of Copper #DA8865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.89%

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

R = 47.91%
G = 29.89%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA8865 (or 0xDA8865) is known color: Copper. HEX triplet: DA, 88 and 65. RGB value is (218,136,101). Sum of RGB (Red+Green+Blue) = 218+136+101=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8865 is #25779A. Grayscale: #9C9C9C. Windows color (decimal): -2455451 or 6654170. OLE color: 6654170.

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

Color convert

RGB 218 136 101 -
CMYK 0 0.38 0.54 0.15
HSL 17.95º 0.61% 0.63% -
HSV(B) 17.95º 0.54% 0.85% -
XYZ 40.07 33.45 16.66 -
YUV 156.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 218 136 101 0 0.38 0.54 0.15 17.95 0.61 0.63
Hex DA 88 65 0 26 36 F 12 3D 3F
Octal 332 210 145 0 46 66 17 22 75 77
Binary 11011010 10001000 1100101 0 100110 110110 1111 10010 111101 111111

Color Harmonies of #DA8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8865

Black with #DA8865

Text Example


Text Example

White with #DA8865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8865; }

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

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

background-color css

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

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

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

border-color css

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

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

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