Html Css Color HEX #D1886E Copper

📋 copy color: '#D1886E'

red 209 ◦ green 136 ◦ blue 110

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

Shades of Copper #D1886E

Tints of Copper #D1886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.89%

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

R = 45.93%
G = 29.89%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1886E (or 0xD1886E) is known color: Copper. HEX triplet: D1, 88 and 6E. RGB value is (209,136,110). Sum of RGB (Red+Green+Blue) = 209+136+110=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1886E is #2E7791. Grayscale: #9B9B9B. Windows color (decimal): -3045266 or 7243985. OLE color: 7243985.

HSL color Cylindrical-coordinate representation of color #D1886E: hue angle of 15.76º 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 #D1886E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 136 110 -
CMYK 0 0.35 0.47 0.18
HSL 15.76º 0.52% 0.63% -
HSV(B) 15.76º 0.47% 0.82% -
XYZ 37.91 32.29 18.99 -
YUV 154.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 209 136 110 0 0.35 0.47 0.18 15.76 0.52 0.63
Hex D1 88 6E 0 23 2F 12 10 34 3F
Octal 321 210 156 0 43 57 22 20 64 77
Binary 11010001 10001000 1101110 0 100011 101111 10010 10000 110100 111111

Color Harmonies of #D1886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1886E

Black with #D1886E

Text Example


Text Example

White with #D1886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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