Html Css Color HEX #D7885D Copper

📋 copy color: '#D7885D'

red 215 ◦ green 136 ◦ blue 93

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

Shades of Copper #D7885D

Tints of Copper #D7885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.95%

R = 48.42%
G = 30.63%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7885D (or 0xD7885D) is known color: Copper. HEX triplet: D7, 88 and 5D. RGB value is (215,136,93). Sum of RGB (Red+Green+Blue) = 215+136+93=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7885D is #2877A2. Grayscale: #9A9A9A. Windows color (decimal): -2652067 or 6129879. OLE color: 6129879.

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

Color convert

RGB 215 136 93 -
CMYK 0 0.37 0.57 0.16
HSL 21.15º 0.6% 0.6% -
HSV(B) 21.15º 0.57% 0.84% -
XYZ 38.8 32.85 14.65 -
YUV 154.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 215 136 93 0 0.37 0.57 0.16 21.15 0.6 0.6
Hex D7 88 5D 0 25 39 10 15 3C 3C
Octal 327 210 135 0 45 71 20 25 74 74
Binary 11010111 10001000 1011101 0 100101 111001 10000 10101 111100 111100

Color Harmonies of #D7885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7885D

Black with #D7885D

Text Example


Text Example

White with #D7885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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