Html Css Color HEX #DA866D Copper

📋 copy color: '#DA866D'

red 218 ◦ green 134 ◦ blue 109

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

Shades of Copper #DA866D

Tints of Copper #DA866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 47.29%
G = 29.07%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA866D (or 0xDA866D) is known color: Copper. HEX triplet: DA, 86 and 6D. RGB value is (218,134,109). Sum of RGB (Red+Green+Blue) = 218+134+109=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA866D is #257992. Grayscale: #9C9C9C. Windows color (decimal): -2455955 or 7177946. OLE color: 7177946.

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

Color convert

RGB 218 134 109 -
CMYK 0 0.39 0.5 0.15
HSL 13.76º 0.6% 0.64% -
HSV(B) 13.76º 0.5% 0.85% -
XYZ 40.2 33.06 18.73 -
YUV 156.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 218 134 109 0 0.39 0.5 0.15 13.76 0.6 0.64
Hex DA 86 6D 0 27 32 F E 3C 40
Octal 332 206 155 0 47 62 17 16 74 100
Binary 11011010 10000110 1101101 0 100111 110010 1111 1110 111100 1000000

Color Harmonies of #DA866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA866D

Black with #DA866D

Text Example


Text Example

White with #DA866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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