Html Css Color HEX #D18C6B Copper

📋 copy color: '#D18C6B'

red 209 ◦ green 140 ◦ blue 107

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

Shades of Copper #D18C6B

Tints of Copper #D18C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

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

R = 45.83%
G = 30.7%
B = 23.46%

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

#D18C6B (or 0xD18C6B) is known color: Copper. HEX triplet: D1, 8C and 6B. RGB value is (209,140,107). Sum of RGB (Red+Green+Blue) = 209+140+107=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C6B is #2E7394. Grayscale: #9D9D9D. Windows color (decimal): -3044245 or 7048401. OLE color: 7048401.

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

Color convert

RGB 209 140 107 -
CMYK 0 0.33 0.49 0.18
HSL 19.41º 0.53% 0.62% -
HSV(B) 19.41º 0.49% 0.82% -
XYZ 38.33 33.37 18.33 -
YUV 156.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 209 140 107 0 0.33 0.49 0.18 19.41 0.53 0.62
Hex D1 8C 6B 0 21 31 12 13 35 3E
Octal 321 214 153 0 41 61 22 23 65 76
Binary 11010001 10001100 1101011 0 100001 110001 10010 10011 110101 111110

Color Harmonies of #D18C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C6B

Black with #D18C6B

Text Example


Text Example

White with #D18C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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