Html Css Color HEX #D8875C Copper

📋 copy color: '#D8875C'

red 216 ◦ green 135 ◦ blue 92

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

Shades of Copper #D8875C

Tints of Copper #D8875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 48.76%
G = 30.47%
B = 20.77%

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

#D8875C (or 0xD8875C) is known color: Copper. HEX triplet: D8, 87 and 5C. RGB value is (216,135,92). Sum of RGB (Red+Green+Blue) = 216+135+92=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8875C is #2778A3. Grayscale: #9A9A9A. Windows color (decimal): -2586788 or 6064088. OLE color: 6064088.

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

Color convert

RGB 216 135 92 -
CMYK 0 0.38 0.57 0.15
HSL 20.81º 0.61% 0.6% -
HSV(B) 20.81º 0.57% 0.85% -
XYZ 38.91 32.7 14.39 -
YUV 154.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 216 135 92 0 0.38 0.57 0.15 20.81 0.61 0.6
Hex D8 87 5C 0 26 39 F 15 3D 3C
Octal 330 207 134 0 46 71 17 25 75 74
Binary 11011000 10000111 1011100 0 100110 111001 1111 10101 111101 111100

Color Harmonies of #D8875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8875C

Black with #D8875C

Text Example


Text Example

White with #D8875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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