Html Css Color HEX #D18C69 Copper

📋 copy color: '#D18C69'

red 209 ◦ green 140 ◦ blue 105

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

Shades of Copper #D18C69

Tints of Copper #D18C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.13%

R = 46.04%
G = 30.84%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D18C69 (or 0xD18C69) is known color: Copper. HEX triplet: D1, 8C and 69. RGB value is (209,140,105). Sum of RGB (Red+Green+Blue) = 209+140+105=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C69 is #2E7396. Grayscale: #9C9C9C. Windows color (decimal): -3044247 or 6917329. OLE color: 6917329.

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

Color convert

RGB 209 140 105 -
CMYK 0 0.33 0.50 0.18
HSL 20.19º 0.53% 0.62% -
HSV(B) 20.19º 0.5% 0.82% -
XYZ 38.22 33.33 17.78 -
YUV 156.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 209 140 105 0 0.33 0.50 0.18 20.19 0.53 0.62
Hex D1 8C 69 0 21 32 12 14 35 3E
Octal 321 214 151 0 41 62 22 24 65 76
Binary 11010001 10001100 1101001 0 100001 110010 10010 10100 110101 111110

Color Harmonies of #D18C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C69

Black with #D18C69

Text Example


Text Example

White with #D18C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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