Html Css Color HEX #D5876D Copper

📋 copy color: '#D5876D'

red 213 ◦ green 135 ◦ blue 109

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

Shades of Copper #D5876D

Tints of Copper #D5876D

RGB

 RED value IS 213 (83.59% from 255) = 46.61%

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

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 46.61%
G = 29.54%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5876D (or 0xD5876D) is known color: Copper. HEX triplet: D5, 87 and 6D. RGB value is (213,135,109). Sum of RGB (Red+Green+Blue) = 213+135+109=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5876D is #2A7892. Grayscale: #9B9B9B. Windows color (decimal): -2783379 or 7178197. OLE color: 7178197.

HSL color Cylindrical-coordinate representation of color #D5876D: hue angle of 15º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5876D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 135 109 -
CMYK 0 0.37 0.49 0.16
HSL 15º 0.55% 0.63% -
HSV(B) 15º 0.49% 0.84% -
XYZ 38.86 32.58 18.71 -
YUV 155.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 213 135 109 0 0.37 0.49 0.16 15 0.55 0.63
Hex D5 87 6D 0 25 31 10 F 37 3F
Octal 325 207 155 0 45 61 20 17 67 77
Binary 11010101 10000111 1101101 0 100101 110001 10000 1111 110111 111111

Color Harmonies of #D5876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5876D

Black with #D5876D

Text Example


Text Example

White with #D5876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5876D; }

 p { color: rgb(213,135,109); }

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

background-color css

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

 a { background-color: rgb(213,135,109); }

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

border-color css

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

 span { border-color: rgb(213,135,109); }

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