Html Css Color HEX #DA866C Copper

📋 copy color: '#DA866C'

red 218 ◦ green 134 ◦ blue 108

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

Shades of Copper #DA866C

Tints of Copper #DA866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.13%

 BLUE value IS 108 (42.58% from 255) = 23.48%

R = 47.39%
G = 29.13%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA866C (or 0xDA866C) is known color: Copper. HEX triplet: DA, 86 and 6C. RGB value is (218,134,108). Sum of RGB (Red+Green+Blue) = 218+134+108=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA866C is #257993. Grayscale: #9C9C9C. Windows color (decimal): -2455956 or 7112410. OLE color: 7112410.

HSL color Cylindrical-coordinate representation of color #DA866C: hue angle of 14.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA866C is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 108 -
CMYK 0 0.39 0.50 0.15
HSL 14.18º 0.6% 0.64% -
HSV(B) 14.18º 0.5% 0.85% -
XYZ 40.15 33.04 18.45 -
YUV 156.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 218 134 108 0 0.39 0.50 0.15 14.18 0.6 0.64
Hex DA 86 6C 0 27 32 F E 3C 40
Octal 332 206 154 0 47 62 17 16 74 100
Binary 11011010 10000110 1101100 0 100111 110010 1111 1110 111100 1000000

Color Harmonies of #DA866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA866C

Black with #DA866C

Text Example


Text Example

White with #DA866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA866C; }

 p { color: rgb(218,134,108); }

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

background-color css

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

 a { background-color: rgb(218,134,108); }

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

border-color css

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

 span { border-color: rgb(218,134,108); }

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