Html Css Color HEX #D1896E Copper

📋 copy color: '#D1896E'

red 209 ◦ green 137 ◦ blue 110

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

Shades of Copper #D1896E

Tints of Copper #D1896E

RGB

 RED value IS 209 (82.03% from 255) = 45.83%

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

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

R = 45.83%
G = 30.04%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1896E (or 0xD1896E) is known color: Copper. HEX triplet: D1, 89 and 6E. RGB value is (209,137,110). Sum of RGB (Red+Green+Blue) = 209+137+110=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1896E is #2E7691. Grayscale: #9B9B9B. Windows color (decimal): -3045010 or 7244241. OLE color: 7244241.

HSL color Cylindrical-coordinate representation of color #D1896E: hue angle of 16.36º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1896E is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 110 -
CMYK 0 0.34 0.47 0.18
HSL 16.36º 0.52% 0.63% -
HSV(B) 16.36º 0.47% 0.82% -
XYZ 38.05 32.57 19.03 -
YUV 155.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 209 137 110 0 0.34 0.47 0.18 16.36 0.52 0.63
Hex D1 89 6E 0 22 2F 12 10 34 3F
Octal 321 211 156 0 42 57 22 20 64 77
Binary 11010001 10001001 1101110 0 100010 101111 10010 10000 110100 111111

Color Harmonies of #D1896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1896E

Black with #D1896E

Text Example


Text Example

White with #D1896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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