Html Css Color HEX #D8875D Copper

📋 copy color: '#D8875D'

red 216 ◦ green 135 ◦ blue 93

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

Shades of Copper #D8875D

Tints of Copper #D8875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.41%

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

R = 48.65%
G = 30.41%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8875D (or 0xD8875D) is known color: Copper. HEX triplet: D8, 87 and 5D. RGB value is (216,135,93). Sum of RGB (Red+Green+Blue) = 216+135+93=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8875D is #2778A2. Grayscale: #9A9A9A. Windows color (decimal): -2586787 or 6129624. OLE color: 6129624.

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

Color convert

RGB 216 135 93 -
CMYK 0 0.38 0.57 0.15
HSL 20.49º 0.61% 0.61% -
HSV(B) 20.49º 0.57% 0.85% -
XYZ 38.96 32.72 14.62 -
YUV 154.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 216 135 93 0 0.38 0.57 0.15 20.49 0.61 0.61
Hex D8 87 5D 0 26 39 F 14 3D 3D
Octal 330 207 135 0 46 71 17 24 75 75
Binary 11011000 10000111 1011101 0 100110 111001 1111 10100 111101 111101

Color Harmonies of #D8875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8875D

Black with #D8875D

Text Example


Text Example

White with #D8875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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