Html Css Color HEX #D3896D Copper

📋 copy color: '#D3896D'

red 211 ◦ green 137 ◦ blue 109

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

Shades of Copper #D3896D

Tints of Copper #D3896D

RGB

 RED value IS 211 (82.81% from 255) = 46.17%

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

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

R = 46.17%
G = 29.98%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3896D (or 0xD3896D) is known color: Copper. HEX triplet: D3, 89 and 6D. RGB value is (211,137,109). Sum of RGB (Red+Green+Blue) = 211+137+109=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D3896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3896D is #2C7692. Grayscale: #9C9C9C. Windows color (decimal): -2913939 or 7178707. OLE color: 7178707.

HSL color Cylindrical-coordinate representation of color #D3896D: hue angle of 16.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3896D is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 109 -
CMYK 0 0.35 0.48 0.17
HSL 16.47º 0.54% 0.63% -
HSV(B) 16.47º 0.48% 0.83% -
XYZ 38.57 32.84 18.77 -
YUV 155.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 211 137 109 0 0.35 0.48 0.17 16.47 0.54 0.63
Hex D3 89 6D 0 23 30 11 10 36 3F
Octal 323 211 155 0 43 60 21 20 66 77
Binary 11010011 10001001 1101101 0 100011 110000 10001 10000 110110 111111

Color Harmonies of #D3896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3896D

Black with #D3896D

Text Example


Text Example

White with #D3896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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