Html Css Color HEX #D5876F Copper

📋 copy color: '#D5876F'

red 213 ◦ green 135 ◦ blue 111

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

Shades of Copper #D5876F

Tints of Copper #D5876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 46.41%
G = 29.41%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5876F (or 0xD5876F) is known color: Copper. HEX triplet: D5, 87 and 6F. RGB value is (213,135,111). Sum of RGB (Red+Green+Blue) = 213+135+111=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5876F is #2A7890. Grayscale: #9B9B9B. Windows color (decimal): -2783377 or 7309269. OLE color: 7309269.

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

Color convert

RGB 213 135 111 -
CMYK 0 0.37 0.48 0.16
HSL 14.12º 0.55% 0.64% -
HSV(B) 14.12º 0.48% 0.84% -
XYZ 38.97 32.62 19.28 -
YUV 155.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 213 135 111 0 0.37 0.48 0.16 14.12 0.55 0.64
Hex D5 87 6F 0 25 30 10 E 37 40
Octal 325 207 157 0 45 60 20 16 67 100
Binary 11010101 10000111 1101111 0 100101 110000 10000 1110 110111 1000000

Color Harmonies of #D5876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5876F

Black with #D5876F

Text Example


Text Example

White with #D5876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5876F; }

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

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

background-color css

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

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

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

border-color css

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

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

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