Html Css Color HEX #DA876E Copper

📋 copy color: '#DA876E'

red 218 ◦ green 135 ◦ blue 110

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

Shades of Copper #DA876E

Tints of Copper #DA876E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.76%

R = 47.08%
G = 29.16%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA876E (or 0xDA876E) is known color: Copper. HEX triplet: DA, 87 and 6E. RGB value is (218,135,110). Sum of RGB (Red+Green+Blue) = 218+135+110=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA876E is #257891. Grayscale: #9D9D9D. Windows color (decimal): -2455698 or 7243738. OLE color: 7243738.

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

Color convert

RGB 218 135 110 -
CMYK 0 0.38 0.50 0.15
HSL 13.89º 0.59% 0.64% -
HSV(B) 13.89º 0.5% 0.85% -
XYZ 40.39 33.36 19.06 -
YUV 156.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 218 135 110 0 0.38 0.50 0.15 13.89 0.59 0.64
Hex DA 87 6E 0 26 32 F E 3B 40
Octal 332 207 156 0 46 62 17 16 73 100
Binary 11011010 10000111 1101110 0 100110 110010 1111 1110 111011 1000000

Color Harmonies of #DA876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA876E

Black with #DA876E

Text Example


Text Example

White with #DA876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA876E; }

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

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

background-color css

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

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

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

border-color css

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

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

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