Html Css Color HEX #DA8868 Copper

📋 copy color: '#DA8868'

red 218 ◦ green 136 ◦ blue 104

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

Shades of Copper #DA8868

Tints of Copper #DA8868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.71%

R = 47.6%
G = 29.69%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA8868 (or 0xDA8868) is known color: Copper. HEX triplet: DA, 88 and 68. RGB value is (218,136,104). Sum of RGB (Red+Green+Blue) = 218+136+104=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8868 is #257797. Grayscale: #9D9D9D. Windows color (decimal): -2455448 or 6850778. OLE color: 6850778.

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

Color convert

RGB 218 136 104 -
CMYK 0 0.38 0.52 0.15
HSL 16.84º 0.61% 0.63% -
HSV(B) 16.84º 0.52% 0.85% -
XYZ 40.22 33.51 17.45 -
YUV 156.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 218 136 104 0 0.38 0.52 0.15 16.84 0.61 0.63
Hex DA 88 68 0 26 34 F 11 3D 3F
Octal 332 210 150 0 46 64 17 21 75 77
Binary 11011010 10001000 1101000 0 100110 110100 1111 10001 111101 111111

Color Harmonies of #DA8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8868

Black with #DA8868

Text Example


Text Example

White with #DA8868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8868; }

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

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

background-color css

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

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

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

border-color css

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

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

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