Html Css Color HEX #DA876B Copper

📋 copy color: '#DA876B'

red 218 ◦ green 135 ◦ blue 107

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

Shades of Copper #DA876B

Tints of Copper #DA876B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.35%

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

R = 47.39%
G = 29.35%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA876B (or 0xDA876B) is known color: Copper. HEX triplet: DA, 87 and 6B. RGB value is (218,135,107). Sum of RGB (Red+Green+Blue) = 218+135+107=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA876B is #257894. Grayscale: #9C9C9C. Windows color (decimal): -2455701 or 7047130. OLE color: 7047130.

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

Color convert

RGB 218 135 107 -
CMYK 0 0.38 0.51 0.15
HSL 15.14º 0.6% 0.64% -
HSV(B) 15.14º 0.51% 0.85% -
XYZ 40.23 33.29 18.22 -
YUV 156.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 218 135 107 0 0.38 0.51 0.15 15.14 0.6 0.64
Hex DA 87 6B 0 26 33 F F 3C 40
Octal 332 207 153 0 46 63 17 17 74 100
Binary 11011010 10000111 1101011 0 100110 110011 1111 1111 111100 1000000

Color Harmonies of #DA876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA876B

Black with #DA876B

Text Example


Text Example

White with #DA876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA876B; }

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

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

background-color css

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

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

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

border-color css

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

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

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