Html Css Color HEX #D8885D Copper

📋 copy color: '#D8885D'

red 216 ◦ green 136 ◦ blue 93

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

Shades of Copper #D8885D

Tints of Copper #D8885D

RGB

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

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

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

R = 48.54%
G = 30.56%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8885D (or 0xD8885D) is known color: Copper. HEX triplet: D8, 88 and 5D. RGB value is (216,136,93). Sum of RGB (Red+Green+Blue) = 216+136+93=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8885D is #2777A2. Grayscale: #9B9B9B. Windows color (decimal): -2586531 or 6129880. OLE color: 6129880.

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

Color convert

RGB 216 136 93 -
CMYK 0 0.37 0.57 0.15
HSL 20.98º 0.61% 0.61% -
HSV(B) 20.98º 0.57% 0.85% -
XYZ 39.1 33 14.66 -
YUV 155.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 216 136 93 0 0.37 0.57 0.15 20.98 0.61 0.61
Hex D8 88 5D 0 25 39 F 15 3D 3D
Octal 330 210 135 0 45 71 17 25 75 75
Binary 11011000 10001000 1011101 0 100101 111001 1111 10101 111101 111101

Color Harmonies of #D8885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8885D

Black with #D8885D

Text Example


Text Example

White with #D8885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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