Html Css Color HEX #D3896C Copper

📋 copy color: '#D3896C'

red 211 ◦ green 137 ◦ blue 108

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

Shades of Copper #D3896C

Tints of Copper #D3896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 46.27%
G = 30.04%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3896C (or 0xD3896C) is known color: Copper. HEX triplet: D3, 89 and 6C. RGB value is (211,137,108). Sum of RGB (Red+Green+Blue) = 211+137+108=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3896C is #2C7693. Grayscale: #9C9C9C. Windows color (decimal): -2913940 or 7113171. OLE color: 7113171.

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

Color convert

RGB 211 137 108 -
CMYK 0 0.35 0.49 0.17
HSL 16.89º 0.54% 0.63% -
HSV(B) 16.89º 0.49% 0.83% -
XYZ 38.52 32.82 18.49 -
YUV 155.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 211 137 108 0 0.35 0.49 0.17 16.89 0.54 0.63
Hex D3 89 6C 0 23 31 11 11 36 3F
Octal 323 211 154 0 43 61 21 21 66 77
Binary 11010011 10001001 1101100 0 100011 110001 10001 10001 110110 111111

Color Harmonies of #D3896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3896C

Black with #D3896C

Text Example


Text Example

White with #D3896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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