Html Css Color HEX #D7896A Copper

📋 copy color: '#D7896A'

red 215 ◦ green 137 ◦ blue 106

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

Shades of Copper #D7896A

Tints of Copper #D7896A

RGB

 RED value IS 215 (84.38% from 255) = 46.94%

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

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 46.94%
G = 29.91%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7896A (or 0xD7896A) is known color: Copper. HEX triplet: D7, 89 and 6A. RGB value is (215,137,106). Sum of RGB (Red+Green+Blue) = 215+137+106=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7896A is #287695. Grayscale: #9C9C9C. Windows color (decimal): -2651798 or 6982103. OLE color: 6982103.

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

Color convert

RGB 215 137 106 -
CMYK 0 0.36 0.51 0.16
HSL 17.06º 0.58% 0.63% -
HSV(B) 17.06º 0.51% 0.84% -
XYZ 39.57 33.38 17.99 -
YUV 156.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 215 137 106 0 0.36 0.51 0.16 17.06 0.58 0.63
Hex D7 89 6A 0 24 33 10 11 3A 3F
Octal 327 211 152 0 44 63 20 21 72 77
Binary 11010111 10001001 1101010 0 100100 110011 10000 10001 111010 111111

Color Harmonies of #D7896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7896A

Black with #D7896A

Text Example


Text Example

White with #D7896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7896A; }

 p { color: rgb(215,137,106); }

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

background-color css

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

 a { background-color: rgb(215,137,106); }

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

border-color css

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

 span { border-color: rgb(215,137,106); }

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