Html Css Color HEX #DA866B Copper

📋 copy color: '#DA866B'

red 218 ◦ green 134 ◦ blue 107

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

Shades of Copper #DA866B

Tints of Copper #DA866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 47.49%
G = 29.19%
B = 23.31%

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

#DA866B (or 0xDA866B) is known color: Copper. HEX triplet: DA, 86 and 6B. RGB value is (218,134,107). Sum of RGB (Red+Green+Blue) = 218+134+107=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA866B is #257994. Grayscale: #9C9C9C. Windows color (decimal): -2455957 or 7046874. OLE color: 7046874.

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

Color convert

RGB 218 134 107 -
CMYK 0 0.39 0.51 0.15
HSL 14.59º 0.6% 0.64% -
HSV(B) 14.59º 0.51% 0.85% -
XYZ 40.09 33.02 18.17 -
YUV 156.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 218 134 107 0 0.39 0.51 0.15 14.59 0.6 0.64
Hex DA 86 6B 0 27 33 F F 3C 40
Octal 332 206 153 0 47 63 17 17 74 100
Binary 11011010 10000110 1101011 0 100111 110011 1111 1111 111100 1000000

Color Harmonies of #DA866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA866B

Black with #DA866B

Text Example


Text Example

White with #DA866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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