Html Css Color HEX #D7886E Copper

📋 copy color: '#D7886E'

red 215 ◦ green 136 ◦ blue 110

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

Shades of Copper #D7886E

Tints of Copper #D7886E

RGB

 RED value IS 215 (84.38% from 255) = 46.64%

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

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

R = 46.64%
G = 29.5%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7886E (or 0xD7886E) is known color: Copper. HEX triplet: D7, 88 and 6E. RGB value is (215,136,110). Sum of RGB (Red+Green+Blue) = 215+136+110=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7886E is #287791. Grayscale: #9C9C9C. Windows color (decimal): -2652050 or 7243991. OLE color: 7243991.

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

Color convert

RGB 215 136 110 -
CMYK 0 0.37 0.49 0.16
HSL 14.86º 0.57% 0.64% -
HSV(B) 14.86º 0.49% 0.84% -
XYZ 39.64 33.18 19.07 -
YUV 156.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 215 136 110 0 0.37 0.49 0.16 14.86 0.57 0.64
Hex D7 88 6E 0 25 31 10 F 39 40
Octal 327 210 156 0 45 61 20 17 71 100
Binary 11010111 10001000 1101110 0 100101 110001 10000 1111 111001 1000000

Color Harmonies of #D7886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7886E

Black with #D7886E

Text Example


Text Example

White with #D7886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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