Html Css Color HEX #D18A69 Copper

📋 copy color: '#D18A69'

red 209 ◦ green 138 ◦ blue 105

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

Shades of Copper #D18A69

Tints of Copper #D18A69

RGB

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

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

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

R = 46.24%
G = 30.53%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D18A69 (or 0xD18A69) is known color: Copper. HEX triplet: D1, 8A and 69. RGB value is (209,138,105). Sum of RGB (Red+Green+Blue) = 209+138+105=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A69 is #2E7596. Grayscale: #9B9B9B. Windows color (decimal): -3044759 or 6916817. OLE color: 6916817.

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

Color convert

RGB 209 138 105 -
CMYK 0 0.34 0.50 0.18
HSL 19.04º 0.53% 0.62% -
HSV(B) 19.04º 0.5% 0.82% -
XYZ 37.93 32.75 17.69 -
YUV 155.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 209 138 105 0 0.34 0.50 0.18 19.04 0.53 0.62
Hex D1 8A 69 0 22 32 12 13 35 3E
Octal 321 212 151 0 42 62 22 23 65 76
Binary 11010001 10001010 1101001 0 100010 110010 10010 10011 110101 111110

Color Harmonies of #D18A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A69

Black with #D18A69

Text Example


Text Example

White with #D18A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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