Html Css Color HEX #D5896E Copper

📋 copy color: '#D5896E'

red 213 ◦ green 137 ◦ blue 110

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

Shades of Copper #D5896E

Tints of Copper #D5896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.91%

R = 46.3%
G = 29.78%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5896E (or 0xD5896E) is known color: Copper. HEX triplet: D5, 89 and 6E. RGB value is (213,137,110). Sum of RGB (Red+Green+Blue) = 213+137+110=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5896E is #2A7691. Grayscale: #9C9C9C. Windows color (decimal): -2782866 or 7244245. OLE color: 7244245.

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

Color convert

RGB 213 137 110 -
CMYK 0 0.36 0.48 0.16
HSL 15.73º 0.55% 0.63% -
HSV(B) 15.73º 0.48% 0.84% -
XYZ 39.2 33.16 19.09 -
YUV 156.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 213 137 110 0 0.36 0.48 0.16 15.73 0.55 0.63
Hex D5 89 6E 0 24 30 10 10 37 3F
Octal 325 211 156 0 44 60 20 20 67 77
Binary 11010101 10001001 1101110 0 100100 110000 10000 10000 110111 111111

Color Harmonies of #D5896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5896E

Black with #D5896E

Text Example


Text Example

White with #D5896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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