Html Css Color HEX #D5896D Copper

📋 copy color: '#D5896D'

red 213 ◦ green 137 ◦ blue 109

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

Shades of Copper #D5896D

Tints of Copper #D5896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.85%

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

R = 46.41%
G = 29.85%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5896D (or 0xD5896D) is known color: Copper. HEX triplet: D5, 89 and 6D. RGB value is (213,137,109). Sum of RGB (Red+Green+Blue) = 213+137+109=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5896D is #2A7692. Grayscale: #9C9C9C. Windows color (decimal): -2782867 or 7178709. OLE color: 7178709.

HSL color Cylindrical-coordinate representation of color #D5896D: hue angle of 16.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 #D5896D is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 109 -
CMYK 0 0.36 0.49 0.16
HSL 16.15º 0.55% 0.63% -
HSV(B) 16.15º 0.49% 0.84% -
XYZ 39.15 33.14 18.8 -
YUV 156.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 213 137 109 0 0.36 0.49 0.16 16.15 0.55 0.63
Hex D5 89 6D 0 24 31 10 10 37 3F
Octal 325 211 155 0 44 61 20 20 67 77
Binary 11010101 10001001 1101101 0 100100 110001 10000 10000 110111 111111

Color Harmonies of #D5896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5896D

Black with #D5896D

Text Example


Text Example

White with #D5896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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