Html Css Color HEX #D9886E Copper

📋 copy color: '#D9886E'

red 217 ◦ green 136 ◦ blue 110

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

Shades of Copper #D9886E

Tints of Copper #D9886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.37%

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

R = 46.87%
G = 29.37%
B = 23.76%

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

#D9886E (or 0xD9886E) is known color: Copper. HEX triplet: D9, 88 and 6E. RGB value is (217,136,110). Sum of RGB (Red+Green+Blue) = 217+136+110=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9886E is #267791. Grayscale: #9D9D9D. Windows color (decimal): -2520978 or 7243993. OLE color: 7243993.

HSL color Cylindrical-coordinate representation of color #D9886E: hue angle of 14.58º 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 #D9886E is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 110 -
CMYK 0 0.37 0.49 0.15
HSL 14.58º 0.58% 0.64% -
HSV(B) 14.58º 0.49% 0.85% -
XYZ 40.23 33.49 19.09 -
YUV 157.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 217 136 110 0 0.37 0.49 0.15 14.58 0.58 0.64
Hex D9 88 6E 0 25 31 F F 3A 40
Octal 331 210 156 0 45 61 17 17 72 100
Binary 11011001 10001000 1101110 0 100101 110001 1111 1111 111010 1000000

Color Harmonies of #D9886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9886E

Black with #D9886E

Text Example


Text Example

White with #D9886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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