Html Css Color HEX #D8936B Copper

📋 copy color: '#D8936B'

red 216 ◦ green 147 ◦ blue 107

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

Shades of Copper #D8936B

Tints of Copper #D8936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.28%

 BLUE value IS 107 (42.19% from 255) = 22.77%

R = 45.96%
G = 31.28%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8936B (or 0xD8936B) is known color: Copper. HEX triplet: D8, 93 and 6B. RGB value is (216,147,107). Sum of RGB (Red+Green+Blue) = 216+147+107=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8936B is #276C94. Grayscale: #A3A3A3. Windows color (decimal): -2583701 or 7050200. OLE color: 7050200.

HSL color Cylindrical-coordinate representation of color #D8936B: hue angle of 22.02º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8936B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 107 -
CMYK 0 0.32 0.50 0.15
HSL 22.02º 0.58% 0.63% -
HSV(B) 22.02º 0.5% 0.85% -
XYZ 41.41 36.53 18.78 -
YUV 163.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 216 147 107 0 0.32 0.50 0.15 22.02 0.58 0.63
Hex D8 93 6B 0 20 32 F 16 3A 3F
Octal 330 223 153 0 40 62 17 26 72 77
Binary 11011000 10010011 1101011 0 100000 110010 1111 10110 111010 111111

Color Harmonies of #D8936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8936B

Black with #D8936B

Text Example


Text Example

White with #D8936B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8936B; }

 p { color: rgb(216,147,107); }

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

background-color css

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

 a { background-color: rgb(216,147,107); }

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

border-color css

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

 span { border-color: rgb(216,147,107); }

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