Html Css Color HEX #D8916C Copper

📋 copy color: '#D8916C'

red 216 ◦ green 145 ◦ blue 108

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

Shades of Copper #D8916C

Tints of Copper #D8916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

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

R = 46.06%
G = 30.92%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8916C (or 0xD8916C) is known color: Copper. HEX triplet: D8, 91 and 6C. RGB value is (216,145,108). Sum of RGB (Red+Green+Blue) = 216+145+108=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8916C is #276E93. Grayscale: #A2A2A2. Windows color (decimal): -2584212 or 7115224. OLE color: 7115224.

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

Color convert

RGB 216 145 108 -
CMYK 0 0.33 0.50 0.15
HSL 20.56º 0.58% 0.64% -
HSV(B) 20.56º 0.5% 0.85% -
XYZ 41.15 35.93 18.95 -
YUV 162.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 216 145 108 0 0.33 0.50 0.15 20.56 0.58 0.64
Hex D8 91 6C 0 21 32 F 15 3A 40
Octal 330 221 154 0 41 62 17 25 72 100
Binary 11011000 10010001 1101100 0 100001 110010 1111 10101 111010 1000000

Color Harmonies of #D8916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8916C

Black with #D8916C

Text Example


Text Example

White with #D8916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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