Html Css Color HEX #D9896E Copper

📋 copy color: '#D9896E'

red 217 ◦ green 137 ◦ blue 110

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

Shades of Copper #D9896E

Tints of Copper #D9896E

RGB

 RED value IS 217 (85.16% from 255) = 46.77%

 GREEN value IS 137 (53.91% from 255) = 29.53%

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 46.77%
G = 29.53%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9896E (or 0xD9896E) is known color: Copper. HEX triplet: D9, 89 and 6E. RGB value is (217,137,110). Sum of RGB (Red+Green+Blue) = 217+137+110=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9896E is #267691. Grayscale: #9E9E9E. Windows color (decimal): -2520722 or 7244249. OLE color: 7244249.

HSL color Cylindrical-coordinate representation of color #D9896E: hue angle of 15.14º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9896E is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 110 -
CMYK 0 0.37 0.49 0.15
HSL 15.14º 0.58% 0.64% -
HSV(B) 15.14º 0.49% 0.85% -
XYZ 40.38 33.77 19.14 -
YUV 157.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 217 137 110 0 0.37 0.49 0.15 15.14 0.58 0.64
Hex D9 89 6E 0 25 31 F F 3A 40
Octal 331 211 156 0 45 61 17 17 72 100
Binary 11011001 10001001 1101110 0 100101 110001 1111 1111 111010 1000000

Color Harmonies of #D9896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9896E

Black with #D9896E

Text Example


Text Example

White with #D9896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9896E; }

 p { color: rgb(217,137,110); }

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

background-color css

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

 a { background-color: rgb(217,137,110); }

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

border-color css

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

 span { border-color: rgb(217,137,110); }

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