Html Css Color HEX #D18B6B Copper

📋 copy color: '#D18B6B'

red 209 ◦ green 139 ◦ blue 107

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

Shades of Copper #D18B6B

Tints of Copper #D18B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.55%

 BLUE value IS 107 (42.19% from 255) = 23.52%

R = 45.93%
G = 30.55%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D18B6B (or 0xD18B6B) is known color: Copper. HEX triplet: D1, 8B and 6B. RGB value is (209,139,107). Sum of RGB (Red+Green+Blue) = 209+139+107=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B6B is #2E7494. Grayscale: #9C9C9C. Windows color (decimal): -3044501 or 7048145. OLE color: 7048145.

HSL color Cylindrical-coordinate representation of color #D18B6B: hue angle of 18.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D18B6B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 139 107 -
CMYK 0 0.33 0.49 0.18
HSL 18.82º 0.53% 0.62% -
HSV(B) 18.82º 0.49% 0.82% -
XYZ 38.18 33.08 18.28 -
YUV 156.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 209 139 107 0 0.33 0.49 0.18 18.82 0.53 0.62
Hex D1 8B 6B 0 21 31 12 13 35 3E
Octal 321 213 153 0 41 61 22 23 65 76
Binary 11010001 10001011 1101011 0 100001 110001 10010 10011 110101 111110

Color Harmonies of #D18B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B6B

Black with #D18B6B

Text Example


Text Example

White with #D18B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B6B; }

 p { color: rgb(209,139,107); }

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

background-color css

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

 a { background-color: rgb(209,139,107); }

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

border-color css

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

 span { border-color: rgb(209,139,107); }

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