Html Css Color HEX #DA866A Copper

📋 copy color: '#DA866A'

red 218 ◦ green 134 ◦ blue 106

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

Shades of Copper #DA866A

Tints of Copper #DA866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 47.6%
G = 29.26%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA866A (or 0xDA866A) is known color: Copper. HEX triplet: DA, 86 and 6A. RGB value is (218,134,106). Sum of RGB (Red+Green+Blue) = 218+134+106=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA866A is #257995. Grayscale: #9C9C9C. Windows color (decimal): -2455958 or 6981338. OLE color: 6981338.

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

Color convert

RGB 218 134 106 -
CMYK 0 0.39 0.51 0.15
HSL 15º 0.6% 0.64% -
HSV(B) 15º 0.51% 0.85% -
XYZ 40.04 33 17.89 -
YUV 155.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 218 134 106 0 0.39 0.51 0.15 15 0.6 0.64
Hex DA 86 6A 0 27 33 F F 3C 40
Octal 332 206 152 0 47 63 17 17 74 100
Binary 11011010 10000110 1101010 0 100111 110011 1111 1111 111100 1000000

Color Harmonies of #DA866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA866A

Black with #DA866A

Text Example


Text Example

White with #DA866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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