Html Css Color HEX #DA875D Copper

📋 copy color: '#DA875D'

red 218 ◦ green 135 ◦ blue 93

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

Shades of Copper #DA875D

Tints of Copper #DA875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.85%

R = 48.88%
G = 30.27%
B = 20.85%

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

#DA875D (or 0xDA875D) is known color: Copper. HEX triplet: DA, 87 and 5D. RGB value is (218,135,93). Sum of RGB (Red+Green+Blue) = 218+135+93=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA875D is #2578A2. Grayscale: #9B9B9B. Windows color (decimal): -2455715 or 6129626. OLE color: 6129626.

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

Color convert

RGB 218 135 93 -
CMYK 0 0.38 0.57 0.15
HSL 20.16º 0.63% 0.61% -
HSV(B) 20.16º 0.57% 0.85% -
XYZ 39.55 33.02 14.65 -
YUV 155.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 218 135 93 0 0.38 0.57 0.15 20.16 0.63 0.61
Hex DA 87 5D 0 26 39 F 14 3F 3D
Octal 332 207 135 0 46 71 17 24 77 75
Binary 11011010 10000111 1011101 0 100110 111001 1111 10100 111111 111101

Color Harmonies of #DA875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA875D

Black with #DA875D

Text Example


Text Example

White with #DA875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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