Html Css Color HEX #DA875E Copper

📋 copy color: '#DA875E'

red 218 ◦ green 135 ◦ blue 94

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

Shades of Copper #DA875E

Tints of Copper #DA875E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 48.77%
G = 30.2%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA875E (or 0xDA875E) is known color: Copper. HEX triplet: DA, 87 and 5E. RGB value is (218,135,94). Sum of RGB (Red+Green+Blue) = 218+135+94=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA875E is #2578A1. Grayscale: #9B9B9B. Windows color (decimal): -2455714 or 6195162. OLE color: 6195162.

HSL color Cylindrical-coordinate representation of color #DA875E: hue angle of 19.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA875E is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 94 -
CMYK 0 0.38 0.57 0.15
HSL 19.84º 0.63% 0.61% -
HSV(B) 19.84º 0.57% 0.85% -
XYZ 39.6 33.04 14.88 -
YUV 155.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 218 135 94 0 0.38 0.57 0.15 19.84 0.63 0.61
Hex DA 87 5E 0 26 39 F 14 3F 3D
Octal 332 207 136 0 46 71 17 24 77 75
Binary 11011010 10000111 1011110 0 100110 111001 1111 10100 111111 111101

Color Harmonies of #DA875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA875E

Black with #DA875E

Text Example


Text Example

White with #DA875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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