Html Css Color HEX #D18B6C Copper

📋 copy color: '#D18B6C'

red 209 ◦ green 139 ◦ blue 108

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

Shades of Copper #D18B6C

Tints of Copper #D18B6C

RGB

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

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

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

R = 45.83%
G = 30.48%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D18B6C (or 0xD18B6C) is known color: Copper. HEX triplet: D1, 8B and 6C. RGB value is (209,139,108). Sum of RGB (Red+Green+Blue) = 209+139+108=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B6C is #2E7493. Grayscale: #9C9C9C. Windows color (decimal): -3044500 or 7113681. OLE color: 7113681.

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

Color convert

RGB 209 139 108 -
CMYK 0 0.33 0.48 0.18
HSL 18.42º 0.52% 0.62% -
HSV(B) 18.42º 0.48% 0.82% -
XYZ 38.23 33.1 18.56 -
YUV 156.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 209 139 108 0 0.33 0.48 0.18 18.42 0.52 0.62
Hex D1 8B 6C 0 21 30 12 12 34 3E
Octal 321 213 154 0 41 60 22 22 64 76
Binary 11010001 10001011 1101100 0 100001 110000 10010 10010 110100 111110

Color Harmonies of #D18B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B6C

Black with #D18B6C

Text Example


Text Example

White with #D18B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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