Html Css Color HEX #D18C6C Copper

📋 copy color: '#D18C6C'

red 209 ◦ green 140 ◦ blue 108

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

Shades of Copper #D18C6C

Tints of Copper #D18C6C

RGB

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

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

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

R = 45.73%
G = 30.63%
B = 23.63%

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

#D18C6C (or 0xD18C6C) is known color: Copper. HEX triplet: D1, 8C and 6C. RGB value is (209,140,108). Sum of RGB (Red+Green+Blue) = 209+140+108=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C6C is #2E7393. Grayscale: #9D9D9D. Windows color (decimal): -3044244 or 7113937. OLE color: 7113937.

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

Color convert

RGB 209 140 108 -
CMYK 0 0.33 0.48 0.18
HSL 19.01º 0.52% 0.62% -
HSV(B) 19.01º 0.48% 0.82% -
XYZ 38.38 33.39 18.61 -
YUV 156.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 209 140 108 0 0.33 0.48 0.18 19.01 0.52 0.62
Hex D1 8C 6C 0 21 30 12 13 34 3E
Octal 321 214 154 0 41 60 22 23 64 76
Binary 11010001 10001100 1101100 0 100001 110000 10010 10011 110100 111110

Color Harmonies of #D18C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C6C

Black with #D18C6C

Text Example


Text Example

White with #D18C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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