Html Css Color HEX #D18A6D Copper

📋 copy color: '#D18A6D'

red 209 ◦ green 138 ◦ blue 109

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

Shades of Copper #D18A6D

Tints of Copper #D18A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.26%

 BLUE value IS 109 (42.97% from 255) = 23.9%

R = 45.83%
G = 30.26%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D18A6D (or 0xD18A6D) is known color: Copper. HEX triplet: D1, 8A and 6D. RGB value is (209,138,109). Sum of RGB (Red+Green+Blue) = 209+138+109=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A6D is #2E7592. Grayscale: #9C9C9C. Windows color (decimal): -3044755 or 7178961. OLE color: 7178961.

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

Color convert

RGB 209 138 109 -
CMYK 0 0.34 0.48 0.18
HSL 17.4º 0.52% 0.62% -
HSV(B) 17.4º 0.48% 0.82% -
XYZ 38.14 32.84 18.8 -
YUV 155.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 209 138 109 0 0.34 0.48 0.18 17.4 0.52 0.62
Hex D1 8A 6D 0 22 30 12 11 34 3E
Octal 321 212 155 0 42 60 22 21 64 76
Binary 11010001 10001010 1101101 0 100010 110000 10010 10001 110100 111110

Color Harmonies of #D18A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A6D

Black with #D18A6D

Text Example


Text Example

White with #D18A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A6D; }

 p { color: rgb(209,138,109); }

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

background-color css

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

 a { background-color: rgb(209,138,109); }

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

border-color css

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

 span { border-color: rgb(209,138,109); }

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