Html Css Color HEX #D8936C Copper

📋 copy color: '#D8936C'

red 216 ◦ green 147 ◦ blue 108

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

Shades of Copper #D8936C

Tints of Copper #D8936C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.93%

R = 45.86%
G = 31.21%
B = 22.93%

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

#D8936C (or 0xD8936C) is known color: Copper. HEX triplet: D8, 93 and 6C. RGB value is (216,147,108). Sum of RGB (Red+Green+Blue) = 216+147+108=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8936C is #276C93. Grayscale: #A3A3A3. Windows color (decimal): -2583700 or 7115736. OLE color: 7115736.

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

Color convert

RGB 216 147 108 -
CMYK 0 0.32 0.50 0.15
HSL 21.67º 0.58% 0.64% -
HSV(B) 21.67º 0.5% 0.85% -
XYZ 41.46 36.55 19.06 -
YUV 163.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 216 147 108 0 0.32 0.50 0.15 21.67 0.58 0.64
Hex D8 93 6C 0 20 32 F 16 3A 40
Octal 330 223 154 0 40 62 17 26 72 100
Binary 11011000 10010011 1101100 0 100000 110010 1111 10110 111010 1000000

Color Harmonies of #D8936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8936C

Black with #D8936C

Text Example


Text Example

White with #D8936C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8936C; }

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

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

background-color css

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

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

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

border-color css

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

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

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