Html Css Color HEX #D8895F Copper

📋 copy color: '#D8895F'

red 216 ◦ green 137 ◦ blue 95

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

Shades of Copper #D8895F

Tints of Copper #D8895F

RGB

 RED value IS 216 (84.77% from 255) = 48.21%

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

 BLUE value IS 95 (37.5% from 255) = 21.21%

R = 48.21%
G = 30.58%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8895F (or 0xD8895F) is known color: Copper. HEX triplet: D8, 89 and 5F. RGB value is (216,137,95). Sum of RGB (Red+Green+Blue) = 216+137+95=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8895F is #2776A0. Grayscale: #9C9C9C. Windows color (decimal): -2586273 or 6261208. OLE color: 6261208.

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

Color convert

RGB 216 137 95 -
CMYK 0 0.37 0.56 0.15
HSL 20.83º 0.61% 0.61% -
HSV(B) 20.83º 0.56% 0.85% -
XYZ 39.33 33.32 15.18 -
YUV 155.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 216 137 95 0 0.37 0.56 0.15 20.83 0.61 0.61
Hex D8 89 5F 0 25 38 F 15 3D 3D
Octal 330 211 137 0 45 70 17 25 75 75
Binary 11011000 10001001 1011111 0 100101 111000 1111 10101 111101 111101

Color Harmonies of #D8895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8895F

Black with #D8895F

Text Example


Text Example

White with #D8895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8895F; }

 p { color: rgb(216,137,95); }

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

background-color css

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

 a { background-color: rgb(216,137,95); }

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

border-color css

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

 span { border-color: rgb(216,137,95); }

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